File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ concurrency:
1414 # Cancel intermediate builds: only pull request builds
1515 group : ${{ github.workflow }}-${{ github.ref }}-${{ github.ref != 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release-') || github.run_number }}
1616 cancel-in-progress : ${{ startsWith(github.ref, 'refs/pull/') }}
17+
1718jobs :
1819 test :
1920 name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
3940 with :
4041 version : ${{ matrix.version }}
4142 arch : ${{ matrix.arch }}
42- - uses : actions/cache@v4
43- env :
44- cache-name : cache-artifacts
45- with :
46- path : ~/.julia/artifacts
47- key : ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
48- restore-keys : |
49- ${{ runner.os }}-test-${{ env.cache-name }}-
50- ${{ runner.os }}-test-${{ matrix.os }}
51- ${{ runner.os }}-
52- - uses : julia-actions/julia-buildpkg@v1
43+ - uses : julia-actions/cache@v2
5344 - uses : julia-actions/julia-runtest@v1
5445 env :
5546 JULIA_DISTRIBUTED_TESTING_STANDALONE : 1
5849 with :
5950 files : lcov.info
6051 token : ${{ secrets.CODECOV_TOKEN }}
52+
6153 docs :
6254 runs-on : ubuntu-latest
6355 steps :
You can’t perform that action at this time.
0 commit comments