Skip to content

Commit 0d54da7

Browse files
committed
Allow CI failure on Julia nightly
1 parent bb24791 commit 0d54da7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
test:
1212
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
1313
runs-on: ${{ matrix.os }}
14-
continue-on-error: ${{ matrix.version == 'nightly' }}
1514
strategy:
1615
fail-fast: false
1716
matrix:
@@ -40,7 +39,9 @@ jobs:
4039
${{ runner.os }}-test-
4140
${{ runner.os }}-
4241
- uses: julia-actions/julia-buildpkg@v1
42+
continue-on-error: ${{ matrix.version == 'nightly' }}
4343
- uses: julia-actions/julia-runtest@v1
44+
continue-on-error: ${{ matrix.version == 'nightly' }}
4445
- uses: julia-actions/julia-processcoverage@v1
4546
- uses: codecov/codecov-action@v1
4647
with:

0 commit comments

Comments
 (0)