Skip to content

Commit

Permalink
Add multiline command again
Browse files Browse the repository at this point in the history
  • Loading branch information
renzo-baasdam committed Mar 19, 2024
1 parent ac896b9 commit 9fc7956
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test.yaml
Expand Up @@ -44,7 +44,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run:
run: |
./.sonar/scanner/dotnet-sonarscanner begin \
/k:"Qowaiv_Qowaiv" \
/o:"qowaiv" \
Expand All @@ -53,7 +53,7 @@ jobs:
/d:sonar.cs.opencover.reportsPaths="**/coverage.**.opencover.xml" \
/d:sonar.cs.vstest.reportsPaths="**/*.trx"
- name: Test
run:
run: |
dotnet test specs/Qowaiv.Specs --configuration Release \
--logger trx \
/p:CollectCoverage=true \
Expand All @@ -64,6 +64,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run:
run: |
.\.sonar\scanner\dotnet-sonarscanner end \
/d:sonar.token="${{ secrets.SONAR_TOKEN }}"

0 comments on commit 9fc7956

Please sign in to comment.