File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 1818 - ' README.md'
1919 - ' .github/workflows/TagBot.yml'
2020
21+ # needed to allow julia-actions/cache to delete old caches that it has created
22+ permissions :
23+ actions : write
24+ contents : read
25+
2126jobs :
2227 pre_job :
2328 # continue-on-error: true # Uncomment once integration is finished
3742 fail-fast : false
3843 matrix :
3944 version :
45+ - ' min'
4046 - ' lts'
4147 - ' 1'
4248 os :
4854 - uses : julia-actions/setup-julia@v2
4955 with :
5056 version : ${{ matrix.version }}
51- - uses : actions/cache@v4
52- env :
53- cache-name : cache-artifacts
54- with :
55- path : ~/.julia/artifacts
56- key : ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
57- restore-keys : |
58- ${{ runner.os }}-test-${{ env.cache-name }}-
59- ${{ runner.os }}-test-
60- ${{ runner.os }}-
57+ - uses : julia-actions/cache@v2
6158 - uses : julia-actions/julia-buildpkg@v1
6259 - uses : julia-actions/julia-runtest@v1
6360 - uses : julia-actions/julia-processcoverage@v1
You can’t perform that action at this time.
0 commit comments