Skip to content

Commit c352c99

Browse files
mortenpifingolfin
andauthored
Update CI workflow to use julia-actions/cache (#62)
Co-authored-by: Max Horn <max@quendi.de>
1 parent 4a78e85 commit c352c99

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,8 @@ jobs:
2929
version: ${{ matrix.version }}
3030
arch: ${{ matrix.arch }}
3131
show-versioninfo: true
32-
- uses: actions/cache@v4
33-
env:
34-
cache-name: cache-artifacts
35-
with:
36-
path: ~/.julia/artifacts
37-
key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
38-
restore-keys: |
39-
${{ runner.os }}-test-${{ env.cache-name }}-
40-
${{ runner.os }}-test-
41-
${{ runner.os }}-
42-
- uses: julia-actions/julia-runtest@latest
32+
- uses: julia-actions/cache@v2
33+
- uses: julia-actions/julia-runtest@v1
4334
- uses: julia-actions/julia-processcoverage@v1
4435
- uses: codecov/codecov-action@v5
4536
with:

0 commit comments

Comments
 (0)