Skip to content

Commit

Permalink
feat: added fail-fast so jobs will continue running after a node vers…
Browse files Browse the repository at this point in the history
…ion test fails in the matrix
  • Loading branch information
zack09holland committed Jan 21, 2024
1 parent 8e4d2f9 commit 2fcbc7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ jobs:
runs-on: '${{ matrix.os }}'
continue-on-error: ${{ matrix.status != 'current' }}
strategy:
fail-fast: false
matrix:
status: ['current']
os:
Expand Down

0 comments on commit 2fcbc7c

Please sign in to comment.