Skip to content

Commit

Permalink
don't stop on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 committed Dec 6, 2024
1 parent 62739ed commit 121bfcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
ci:
strategy:
fail-fast: true
fail-fast: false
matrix:
os:
- ubuntu-latest
Expand Down

0 comments on commit 121bfcf

Please sign in to comment.