We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 514d07f commit 891a01cCopy full SHA for 891a01c
.github/workflows/CI.yml
@@ -13,7 +13,7 @@ jobs:
13
fail-fast: false
14
matrix:
15
version:
16
- - '1.6'
+ - 'lts'
17
- '1'
18
- 'nightly'
19
os:
@@ -28,16 +28,7 @@ jobs:
28
with:
29
version: ${{ matrix.version }}
30
arch: ${{ matrix.arch }}
31
- - uses: actions/cache@v4
32
- env:
33
- cache-name: cache-artifacts
34
- with:
35
- path: ~/.julia/artifacts
36
- key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
37
- restore-keys: |
38
- ${{ runner.os }}-test-${{ env.cache-name }}-
39
- ${{ runner.os }}-test-
40
- ${{ runner.os }}-
+ - uses: julia-actions/cache@v1
41
- uses: julia-actions/julia-buildpkg@v1
42
- uses: julia-actions/julia-runtest@v1
43
- uses: julia-actions/julia-processcoverage@v1
0 commit comments