Skip to content

Commit

Permalink
use different cache for codecov tests as we use a different version o…
Browse files Browse the repository at this point in the history
…f ubuntu there
  • Loading branch information
rok-cesnovar committed Mar 12, 2021
1 parent cd6a726 commit 053a1ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Test-coverage.yaml
Expand Up @@ -69,8 +69,8 @@ jobs:
uses: actions/cache@v2
with:
path: ${{ env.CMDSTAN_PATH }}
key: ${{ runner.os }}-cmdstan-${{ env.CMDSTAN_VERSION }}
restore-keys: ${{ runner.os }}-cmdstan-
key: ${{ runner.os }}-codecov-cmdstan-${{ env.CMDSTAN_VERSION }}
restore-keys: ${{ runner.os }}-codecov-cmdstan-

- name: Install cmdstan
run: |
Expand Down

0 comments on commit 053a1ec

Please sign in to comment.