Skip to content

Commit

Permalink
ci: add e2e test sharding
Browse files Browse the repository at this point in the history
  • Loading branch information
sgomez committed Mar 28, 2024
1 parent 4171f03 commit 6141136
Show file tree
Hide file tree
Showing 2 changed files with 404 additions and 387 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/shard-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
node-version: [ 20.x ]
shardIndex: [ 1, 2 ]
shardTotal: [ 2 ]
name: Run e2e tests on Node ${{ matrix.node-version }}
name: Run e2e shard ${{ matrix.shardIndex }}/${{ matrix.shardTotal }}
env:
DATABASE_URL: postgres://postgres@localhost/codex_test_${{ matrix.shardIndex}}
steps:
Expand Down
Loading

0 comments on commit 6141136

Please sign in to comment.