We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77341af commit e7e0eedCopy full SHA for e7e0eed
.github/workflows/tests.yml
@@ -27,16 +27,7 @@ jobs:
27
with:
28
version: ${{ matrix.jlversion }}
29
arch: ${{ matrix.arch }}
30
- - uses: actions/cache@v1
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 }}-
+ - uses: julia-actions/cache@v2
40
- name: Build package
41
uses: julia-actions/julia-buildpkg@v1
42
- name: Run tests
0 commit comments