Skip to content

Commit

Permalink
Set continue on error globally
Browse files Browse the repository at this point in the history
  • Loading branch information
jishnub committed Jul 4, 2024
1 parent 834f7a8 commit c615b7e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,14 @@ jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
continue-on-error: true
strategy:
matrix:
version:
- "1.3"
- "lts"
- "1"
experimental: [false]
include:
- version: "pre"
experimental: true
- "pre"
os:
- ubuntu-latest
- macOS-latest
Expand Down

0 comments on commit c615b7e

Please sign in to comment.