Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
JosepFe committed Sep 5, 2023
1 parent 10413d9 commit 21908bb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,7 @@ jobs:
cd source
dotnet restore
dotnet build
"./.sonar/scanner/dotnet-sonarscanner" end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
- name: end
run: ./.sonar/scanner/dotnet-sonarscanner" end /d:sonar.token="${{ secrets.SONAR_TOKEN }}

0 comments on commit 21908bb

Please sign in to comment.