Skip to content

Commit f21c50a

Browse files
committed
Rename cache names
1 parent 34d1a76 commit f21c50a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
include-all-prereleases: true
4949
- uses: julia-actions/cache@v1
5050
with:
51-
cache-name: Unit Tests CI - Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
51+
cache-name: CI / ${{ matrix.test_group }} / Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
5252
- name: Add Julia registries
5353
run: |
5454
using Pkg
@@ -86,7 +86,7 @@ jobs:
8686
include-all-prereleases: true
8787
- uses: julia-actions/cache@v1
8888
with:
89-
cache-name: Unit Tests CI - Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
89+
cache-name: CI / ${{ matrix.test_group }} / Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
9090
- name: Set and export registry flavor preference
9191
run: echo "JULIA_PKG_SERVER_REGISTRY_PREFERENCE=${JULIA_PKG_SERVER_REGISTRY_PREFERENCE:-eager}" >> ${GITHUB_ENV}
9292
shell: bash
@@ -97,7 +97,7 @@ jobs:
9797
pkg"registry add General"
9898
shell: julia --color=yes {0}
9999
- name: Run tests
100-
run: julia --color=yes --inline=true --project=test/python/ test/python/runtests.jl
100+
run: julia --color=yes --code-coverage=user --depwarn=yes --inline=true --project=test/python/ test/python/runtests.jl
101101
shell: bash
102102
- uses: julia-actions/julia-buildpkg@v1
103103
- uses: julia-actions/julia-processcoverage@v1

0 commit comments

Comments
 (0)