Skip to content

Commit a4c6b1f

Browse files
authored
Remove cache artifacts step from test CI because JuliaSyntax does not use artifacts in its test pipeline (#454)
1 parent af768dd commit a4c6b1f

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,6 @@ jobs:
7575
with:
7676
version: ${{ matrix.version }}
7777
arch: ${{ matrix.arch }}
78-
- uses: actions/cache@v1
79-
env:
80-
cache-name: cache-artifacts
81-
with:
82-
path: ~/.julia/artifacts
83-
key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
84-
restore-keys: |
85-
${{ runner.os }}-test-${{ env.cache-name }}-
86-
${{ runner.os }}-test-
87-
${{ runner.os }}-
8878
- uses: julia-actions/julia-buildpkg@v1
8979
- uses: julia-actions/julia-runtest@v1
9080
- uses: julia-actions/julia-processcoverage@latest

0 commit comments

Comments
 (0)