fix: try this
Some checks failed
Node.js CI / Lint and Test (pull_request) Failing after 21s

This commit is contained in:
Naomi Carrigan 2025-02-26 12:18:38 -08:00
parent fa7f7ec138
commit 74f236239a
Signed by: naomi
SSH Key Fingerprint: SHA256:rca1iUI2OhAM6n4FIUaFcZcicmri0jgocqKiTTAfrt8

View File

@ -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 }}