Skip to content

Commit b55b619

Browse files
committed
Disable fail-fast for CI unit and integration tests
Since otherwise when one stack fails, all other tests are cancelled, which prevents proper Hatchet test cleanup, and also prevents being able to see if there were other real failures in the other jobs.
1 parent 2211f71 commit b55b619

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
unit-test:
3434
runs-on: ${{ matrix.os }}
3535
strategy:
36+
fail-fast: false
3637
matrix:
3738
os: ["ubuntu-22.04", "ubuntu-24.04"]
3839
steps:
@@ -55,6 +56,7 @@ jobs:
5556
integration-test:
5657
runs-on: ubuntu-24.04
5758
strategy:
59+
fail-fast: false
5860
matrix:
5961
stack: ["heroku-22", "heroku-24"]
6062
env:

0 commit comments

Comments
 (0)