Skip to content

Commit

Permalink
feat: Including .sonar folder in cache
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinCraft committed Dec 5, 2024
1 parent 3d14a7d commit b36c6aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
~/.dotnet
**/bin
**/obj
.sonar
key: ${{ runner.os }}-dotnet-${{ hashFiles('**/*.csproj') }}
restore-keys: |
${{ runner.os }}-dotnet-
Expand Down

0 comments on commit b36c6aa

Please sign in to comment.