From 74f236239a552988bfdef6e8bac5e4308c020886 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Wed, 26 Feb 2025 12:18:38 -0800 Subject: [PATCH] fix: try this --- .gitea/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 }}