Skip to content

Commit 0f1ef23

Browse files
authored
Update tests.yml
1 parent e2e83cf commit 0f1ef23

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,7 @@ jobs:
2727
with:
2828
version: ${{ matrix.jlversion }}
2929
arch: ${{ matrix.arch }}
30-
- uses: actions/cache@v4
31-
env:
32-
cache-name: cache-artifacts
33-
with:
34-
path: ~/.julia/artifacts
35-
key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
36-
restore-keys: |
37-
${{ runner.os }}-test-${{ env.cache-name }}-
38-
${{ runner.os }}-test-
39-
${{ runner.os }}-
30+
- uses: julia-actions/cache@v2
4031
- name: Build package
4132
uses: julia-actions/julia-buildpkg@v1
4233
- name: Run tests

0 commit comments

Comments
 (0)