Skip to content

Commit

Permalink
fix(workflows/test): Disable fail-fast
Browse files Browse the repository at this point in the history
  • Loading branch information
tparsa committed Oct 1, 2023
1 parent cf42b72 commit 38c6c33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu]
os_version: [20.04, 22.04]
Expand Down

0 comments on commit 38c6c33

Please sign in to comment.