Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rylew1 committed Nov 18, 2024
1 parent 0ea5d63 commit 73e19f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: false # Allows e2e test report to be merged if only some of the shards have passed
fail-fast: false # Continue running tests to completion even if some shards fail
matrix:
shard: [1, 2, 3]
total_shards: [3] # Github Actions doesn't have a built-in method to get the length of an array
Expand Down

0 comments on commit 73e19f3

Please sign in to comment.