File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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@v5
55- with :
56- path : |
57- ${{ steps.julia-cache.outputs.cache-paths }}
58- key : ${{ steps.julia-cache.outputs.cache-key }}
5951 - uses : actions/upload-artifact@v7
6052 with :
6153 name : manifest-${{ matrix.os }}
9284 shell : julia --color=yes --project=test {0}
9385 run : |
9486 include(joinpath(pwd(), "test", "runtests.jl"))
95- - name : Save Julia depot cache on cancel or failure
96- id : julia-cache-save
97- if : cancelled() || failure()
98- uses : actions/cache/save@v5
99- with :
100- path : |
101- ${{ steps.julia-cache.outputs.cache-paths }}
102- key : ${{ steps.julia-cache.outputs.cache-key }}
10387 docs :
10488 name : Documentation
10589 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments