Skip to content

Commit

Permalink
Update CI.yml to not log failure on julia nightly as a failure
Browse files Browse the repository at this point in the history
Signed-off-by: Nicholas Klugman <13633349+nicholaskl97@users.noreply.github.com>
  • Loading branch information
nicholaskl97 authored Feb 27, 2024
1 parent 68a534d commit cf5169e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,23 @@ jobs:
permissions: # needed to allow julia-actions/cache to proactively delete old caches that it has created
actions: write
contents: read
continue-on-error: ${{ matrix.allow_failure }}
strategy:
fail-fast: false
matrix:
version:
- '1.10'
- 'nightly'
os:
- ubuntu-latest
arch:
- x64
allow_failure:
- false
include:
- version: 'nightly'
os: ubuntu-latest
arch: x64
allow_failure: true
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit cf5169e

Please sign in to comment.