Skip to content

Commit

Permalink
gh: builds continuing even if there are errors on other os
Browse files Browse the repository at this point in the history
  • Loading branch information
giulong committed Sep 6, 2024
1 parent cdd4dbd commit 9d1a0d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
browsers:
name: Browsers IT
needs: build
continue-on-error: true
if: ${{ success() || failure() }}
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
Expand Down

0 comments on commit 9d1a0d0

Please sign in to comment.