Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
recommented continue-on-error
  • Loading branch information
PierreMartinon authored May 15, 2024
1 parent c2c5b5b commit ca7e23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
runs-on: ${{ matrix.os }}
continue-on-error: true
# continue-on-error: true #warning: alaways display success in actions tab
strategy:
matrix:
version:
Expand Down

0 comments on commit ca7e23b

Please sign in to comment.