There was an error while loading. Please reload this page.
1 parent 4a78e85 commit c352c99Copy full SHA for c352c99
1 file changed
.github/workflows/ci.yml
@@ -29,17 +29,8 @@ jobs:
29
version: ${{ matrix.version }}
30
arch: ${{ matrix.arch }}
31
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
+ - uses: julia-actions/cache@v2
+ - uses: julia-actions/julia-runtest@v1
43
- uses: julia-actions/julia-processcoverage@v1
44
- uses: codecov/codecov-action@v5
45
with:
0 commit comments