Skip to content

Commit f188917

Browse files
committed
test: also skip nightly
1 parent f179322 commit f188917

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
permissions: # needed for julia-actions/cache to delete old caches
2020
actions: write
2121
contents: read
22-
continue-on-error: ${{ matrix.version == 'pre' }} # the CI badge will still pass if 'pre' fails
22+
continue-on-error: ${{ matrix.version == 'pre' || matrix.version == 'nightly' }} # the CI badge will still pass if 'pre' or 'nightly' fails
2323
strategy:
2424
fail-fast: false
2525
matrix:
@@ -53,7 +53,6 @@ jobs:
5353
- uses: julia-actions/julia-runtest@v1
5454
env:
5555
GROUP: ${{ matrix.group }}
56-
# continue-on-error: ${{ matrix.version == 'nightly' }} # Allow nightly to fail and workflow still count as completed
5756
- uses: julia-actions/julia-processcoverage@v1
5857
with:
5958
directories: src,lib/ControlSystemsBase/src,lib/ControlSystemsBase/ext

0 commit comments

Comments
 (0)