Skip to content

Commit

Permalink
Modify name of Satellite e2e tests in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-dp committed Jun 13, 2024
1 parent e17b439 commit e5e1b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,12 @@ jobs:
https://analytics-api.buildkite.com/v1/uploads
e2e_satellite_tests:
name: E2E Satellite tests
runs-on: electric-e2e-8-32
strategy:
matrix:
dialect: [SQLite, Postgres]
dal: [true, false]
name: E2E Satellite tests (Dialect ${{ matrix.dialect }} - uses DAL? ${{ matrix.dal }})
defaults:
run:
working-directory: e2e
Expand Down

0 comments on commit e5e1b5a

Please sign in to comment.