Skip to content

Commit

Permalink
Run E2E tests for both write modes on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alco committed Nov 28, 2023
1 parent 2e53bac commit 124f0ca
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ on:
pull_request:
paths-ignore:
# Root files
- '*'
- '!pnpm-lock.yaml'
- "*"
- "!pnpm-lock.yaml"
# CI files not related to GH actions
- '.buildkite/**'
- '**/README.md'
- 'docs/**'
- ".buildkite/**"
- "**/README.md"
- "docs/**"

env:
OTP_VERSION: "25.3"
Expand All @@ -25,11 +25,15 @@ jobs:
e2e_tests:
name: E2E tests
runs-on: electric-e2e-8-32
strategy:
matrix:
write_mode: [streaming, immediate]
defaults:
run:
working-directory: e2e
env:
BUILDKITE_ANALYTICS_TOKEN: ${{ secrets.BUILDKITE_TEST_ANALYTICS_E2E }}
ELECTRIC_WRITE_MODE: ${{ matrix.write_mode }}
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 124f0ca

Please sign in to comment.