File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 4848 with :
4949 files : lcov.info
5050 token : ${{ secrets.CODECOV_TOKEN }}
51+ - name : Save Julia depot cache on cancel or failure
52+ id : julia-cache-save
53+ if : cancelled() || failure()
54+ uses : actions/cache/save@v4
55+ with :
56+ path : |
57+ ${{ steps.julia-cache.outputs.cache-paths }}
58+ key : ${{ steps.julia-cache.outputs.cache-key }}
5159 - uses : actions/upload-artifact@v4
5260 with :
5361 name : manifest-${{ matrix.os }}
8189 shell : julia --color=yes --project=test {0}
8290 run : |
8391 include(joinpath(pwd(), "test", "runtests.jl"))
92+ - name : Save Julia depot cache on cancel or failure
93+ id : julia-cache-save
94+ if : cancelled() || failure()
95+ uses : actions/cache/save@v4
96+ with :
97+ path : |
98+ ${{ steps.julia-cache.outputs.cache-paths }}
99+ key : ${{ steps.julia-cache.outputs.cache-key }}
84100 docs :
85101 name : Documentation
86102 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments