diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f65b848..bd0a062 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -31,10 +31,7 @@ jobs: - name: Run Tests run: pnpm run test - - name: Prep Sonar - run: pnpm i @sonar/scan - - name: Sonar - run: sonar-scanner -Dsonar.prjectKey=typescript-config -Dsonar.sources=. -Dsonar.host.url=https://quality.nhcarrigan.com + run: npx @sonar/scan -Dsonar.prjectKey=typescript-config -Dsonar.sources=. -Dsonar.host.url=https://quality.nhcarrigan.com env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}