mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-15 14:25:32 +01:00
[Test] Made test workflow not stop when a shard fails (#6403)
This commit is contained in:
parent
2afd4f57cb
commit
dcb2f32129
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -38,6 +38,8 @@ jobs:
|
|||||||
name: Run Tests
|
name: Run Tests
|
||||||
needs: check-path-change-filter
|
needs: check-path-change-filter
|
||||||
strategy:
|
strategy:
|
||||||
|
# don't stop upon 1 shard failing
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
shard: [1, 2, 3, 4, 5]
|
shard: [1, 2, 3, 4, 5]
|
||||||
uses: ./.github/workflows/test-shard-template.yml
|
uses: ./.github/workflows/test-shard-template.yml
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user