Skip to content

Commit

Permalink
CI: Use julia-actions/cache (JuliaLang#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaMann authored Feb 17, 2022
1 parent 866d2f9 commit ad68360
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/exercise-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,7 @@ jobs:
with:
version: ${{ matrix.julia-version }}

- name: Cache Julia artifacts
uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353
with:
path: ~/.julia/artifacts
key: ${{ runner.os }}-${{ matrix.julia-version }}-test-cache-artifacts-${{ hashFiles('**/Project.toml') }}
restore-keys: |
${{ runner.os }}-${{ matrix.julia-version }}-test-cache-artifacts-
${{ runner.os }}-${{ matrix.julia-version }}-test-
${{ runner.os }}-${{ matrix.julia-version }}-
- uses: julia-actions/cache@745127cf80d5fa1a9953e0107e8ecd9b336022b7

- name: Install test dependencies
run: julia --color=yes --project -e "using Pkg; Pkg.instantiate()"
Expand Down

0 comments on commit ad68360

Please sign in to comment.