diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6d6c17d..c3f7906 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 }}