File tree Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Original file line number Diff line number Diff line change 3434 - uses : julia-actions/setup-julia@v2
3535 with :
3636 version : ' 1'
37- - uses : actions/cache@v4
38- env :
39- cache-name : cache-artifacts
40- with :
41- path : ~/.julia/artifacts
42- key : ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
43- restore-keys : |
44- ${{ runner.os }}-test-${{ env.cache-name }}-
45- ${{ runner.os }}-test-
46- ${{ runner.os }}-
37+ - uses : julia-actions/cache@v2
4738 - uses : julia-actions/julia-buildpkg@v1
4839 - name : Test
4940 shell : julia --color=yes {0}
6859 - uses : julia-actions/setup-julia@v2
6960 with :
7061 version : ' 1'
71- - uses : actions/cache@v4
72- env :
73- cache-name : cache-artifacts
74- with :
75- path : ~/.julia/artifacts
76- key : ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
77- restore-keys : |
78- ${{ runner.os }}-test-${{ env.cache-name }}-
79- ${{ runner.os }}-test-
80- ${{ runner.os }}-
62+ - uses : julia-actions/cache@v2
8163 - name : install-and-build-documentation
8264 shell : julia --color=yes {0}
8365 run : |
You can’t perform that action at this time.
0 commit comments