File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 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 :
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
You can’t perform that action at this time.
0 commit comments