Skip to content

Commit 020717f

Browse files
committed
Add edgedb runs to CI job
1 parent 571de52 commit 020717f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: yarn test --reporters=github-actions
2323

2424
E2E:
25-
name: E2E Tests (${{ matrix.shard }}/6)
25+
name: E2E Tests (${{ matrix.database }} ${{ matrix.shard }}/6)
2626
runs-on: ubuntu-latest
2727

2828
services:
@@ -47,6 +47,7 @@ jobs:
4747
strategy:
4848
matrix:
4949
shard: [1, 2, 3, 4, 5, 6]
50+
database: [neo4j, edgedb]
5051
fail-fast: false
5152
steps:
5253
- uses: actions/checkout@v4
@@ -60,3 +61,5 @@ jobs:
6061
run: yarn test:e2e --shard=${{ matrix.shard }}/6 --reporters=github-actions
6162
env:
6263
NEO4J_VERSION: ${{ matrix.neo4j-version }}
64+
DATABASE: ${{ matrix.database }}
65+
continue-on-error: ${{ matrix.database == 'edgedb' }}

0 commit comments

Comments
 (0)