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:
14
14
# Cancel intermediate builds: only pull request builds
15
15
group : ${{ github.workflow }}-${{ github.ref }}-${{ github.ref != 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release-') || github.run_number }}
16
16
cancel-in-progress : ${{ startsWith(github.ref, 'refs/pull/') }}
17
+
17
18
jobs :
18
19
test :
19
20
name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
39
40
with :
40
41
version : ${{ matrix.version }}
41
42
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
53
44
- uses : julia-actions/julia-runtest@v1
54
45
env :
55
46
JULIA_DISTRIBUTED_TESTING_STANDALONE : 1
58
49
with :
59
50
files : lcov.info
60
51
token : ${{ secrets.CODECOV_TOKEN }}
52
+
61
53
docs :
62
54
runs-on : ubuntu-latest
63
55
steps :
You can’t perform that action at this time.
0 commit comments