Skip to content

Commit

Permalink
Merge pull request #257 from JuliaDiff/gd/ci_badge
Browse files Browse the repository at this point in the history
Allow CI failure on nightly
  • Loading branch information
oxinabox authored Feb 1, 2024
2 parents 5add288 + 3144691 commit 854efa2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.allow_failure }}
strategy:
fail-fast: false
matrix:
Expand All @@ -25,6 +26,11 @@ jobs:
# - windows-latest
arch:
- x64
include:
- version: 'nightly'
allow_failure: true
- version: '^1.10.0-0'
allow_failure: false
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit 854efa2

Please sign in to comment.