Skip to content

Commit

Permalink
objectionary#2251 trying to fix tests in sonar CI
Browse files Browse the repository at this point in the history
  • Loading branch information
c71n93 committed Feb 15, 2024
1 parent 8ab2ebe commit e66f42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
restore-keys: ${{ runner.os }}-sonar
- uses: actions/cache@v4
with:
path: ~/.m2
path: ~/.m2/repository
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- env:
Expand Down

0 comments on commit e66f42a

Please sign in to comment.