Skip to content

Commit

Permalink
test: add hybrid job
Browse files Browse the repository at this point in the history
  • Loading branch information
mayconamaroCW committed Mar 18, 2024
1 parent e47817d commit 8a9ee0e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,10 @@ jobs:

concurrency:
group: ${{ github.workflow }}-postgres-${{ github.ref || github.run_id }}
cancel-in-progress: true
cancel-in-progress: true

e2e-stratus-hybrid:
name: E2E Stratus Hybrid
uses: ./.github/workflows/_setup-e2e.yml
with:
test_command: 'PERM_STORAGE=hybrid://postgres:[email protected]:5432/stratus just e2e-stratus-postgres'

0 comments on commit 8a9ee0e

Please sign in to comment.