Skip to content

Commit

Permalink
ci: add the sonar version to the cache key (#1156)
Browse files Browse the repository at this point in the history
  • Loading branch information
gtoison authored Feb 6, 2025
1 parent 984cdb5 commit a1f0088
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 @@ -51,8 +51,8 @@ jobs:
path: |
~/.sonar/cache
~/.sonar/orchestrator/cache
key: ${{ runner.os }}-sonar
restore-keys: ${{ runner.os }}-sonar
key: ${{ runner.os }}-sonar-${{ matrix.SONAR_SERVER_VERSION }}
restore-keys: ${{ runner.os }}-sonar-${{ matrix.SONAR_SERVER_VERSION }}
- name: Build
run: |
./mvnw verify -B -e -V \
Expand Down

0 comments on commit a1f0088

Please sign in to comment.