Skip to content

Commit

Permalink
ci: updated testing cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ennioVisco committed Jul 11, 2023
1 parent 63521fb commit a061a78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: actions/cache/save@v3
with:
path: ./build
key: ${{ github.sha }}-${{ github.workflow_id }}-${{ runner.os }}
key: ${{ github.sha }}-${{ github.workflow_id }}-${{ runner.os }}-tests

analyze:
name: Static code analysis
Expand All @@ -75,7 +75,7 @@ jobs:
uses: actions/cache/restore@v3
with:
path: ./build
key: ${{ github.sha }}-${{ github.workflow_id }}-${{ runner.os }}
key: ${{ github.sha }}-${{ github.workflow_id }}-${{ runner.os }}-tests

- name: Cache SonarCloud packages
uses: actions/cache@v3
Expand Down

0 comments on commit a061a78

Please sign in to comment.