From c0bfc3be6febe7af27e9c7d4c37d4cef1869d58a Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Mon, 13 Mar 2023 12:13:23 +0100 Subject: [PATCH] CI: key test cache on julia version. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a508857..315c305 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: ~/.julia/artifacts ~/.julia/packages ~/.julia/registries - key: .julia-test-${{ hashFiles('Project.toml') }} + key: .julia-test-${{ matrix.version }}-${{ hashFiles('Project.toml') }} - uses: julia-actions/julia-runtest@v1 - uses: julia-actions/julia-processcoverage@v1 - uses: codecov/codecov-action@v1