Skip to content

Commit

Permalink
[CI] Move to julia-actions/cache
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano authored Aug 30, 2024
1 parent 7097bcd commit 6853492
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/RunTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,5 @@ jobs:
- uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.julia-version }}
- name: Cache artifacts
uses: actions/cache@v4
env:
cache-name: cache-artifacts
with:
path: ~/.julia/artifacts
key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
restore-keys: |
${{ runner.os }}-test-${{ env.cache-name }}-
${{ runner.os }}-test-
${{ runner.os }}-
- julia-actions/cache@v2
- uses: julia-actions/julia-runtest@master

0 comments on commit 6853492

Please sign in to comment.