Skip to content

Commit a9c63ca

Browse files
committed
try with artifacts at roots
1 parent 17d024a commit a9c63ca

File tree

3 files changed

+1
-11
lines changed

3 files changed

+1
-11
lines changed

.github/workflows/CI.yml

+1-10
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,7 @@ jobs:
3737
with:
3838
version: ${{ matrix.version }}
3939
arch: ${{ matrix.arch }}
40-
- uses: actions/cache@v3
41-
env:
42-
cache-name: cache-artifacts
43-
with:
44-
path: ~/.julia/artifacts
45-
key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
46-
restore-keys: |
47-
${{ runner.os }}-test-${{ env.cache-name }}-
48-
${{ runner.os }}-test-
49-
${{ runner.os }}-
40+
- uses: julia-actions/cache@v2
5041
- uses: julia-actions/julia-buildpkg@v1
5142
- uses: julia-actions/julia-runtest@v1
5243
docs:

test/Artifacts.toml Artifacts.toml

File renamed without changes.

test/runtests.jl

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ using SEQ_BRUKER_a_MP2RAGE_CS_360.NIfTI
55
using SEQ_BRUKER_a_MP2RAGE_CS_360.JSON
66
using Pkg
77

8-
Pkg.instantiate()
98
const datadir = joinpath(artifact"MP2RAGE_data")
109
@info "The test data is located at $datadir."
1110

0 commit comments

Comments
 (0)