Skip to content

Commit

Permalink
what if we fail fast?
Browse files Browse the repository at this point in the history
  • Loading branch information
jagthedrummer committed Oct 17, 2023
1 parent d10cc19 commit 175b6ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_run_super_scaffolding_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
continue-on-error: false
strategy:
fail-fast: false
fail-fast: true
matrix:
# Set N number of parallel jobs you want to run tests on.
# Use higher number if you have slow tests to split them on more parallel jobs.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
continue-on-error: false
strategy:
fail-fast: false
fail-fast: true
matrix:
# Set N number of parallel jobs you want to run tests on.
# Use higher number if you have slow tests to split them on more parallel jobs.
Expand Down

0 comments on commit 175b6ba

Please sign in to comment.