Skip to content

Commit

Permalink
added pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
ASubaran committed Oct 30, 2024
1 parent 956035a commit 8e8c5a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,14 @@ jobs:
unzip sonar-scanner.zip
mv sonar-scanner-4.6.2.2472-linux sonar-scanner
export PATH="${PATH}:${GITHUB_WORKSPACE}/sonar-scanner/bin"
pwd
- name: Run SonarQube Scan
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
PATH: "${PATH}:${GITHUB_WORKSPACE}/sonar-scanner/bin"
run: |
pwd
sonar-scanner \
-Dsonar.projectKey=NHSDigital_immunisation-batch \
-Dsonar.host.url=https://sonarcloud.io \
Expand Down

0 comments on commit 8e8c5a7

Please sign in to comment.