Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanBarriere authored Dec 16, 2024
1 parent 86a9585 commit 3b46cc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
- name: Build
run: pnpm build

- name: Check working copy
run: git diff --exit-code

- name: Sonar check
uses: sonarsource/sonarqube-scan-action@v4
with:
args: >
-Dsonar.projectKey=com.shell.gh-actions-turborepo-remote-cache-v2
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST }}
Expand Down

0 comments on commit 3b46cc4

Please sign in to comment.