fix: use global bindary
Some checks failed
Node.js CI / Lint and Test (pull_request) Failing after 15s

This commit is contained in:
Naomi Carrigan 2025-02-26 12:12:28 -08:00
parent 22b399f117
commit b9a5dd0914
Signed by: naomi
SSH Key Fingerprint: SHA256:rca1iUI2OhAM6n4FIUaFcZcicmri0jgocqKiTTAfrt8

View File

@ -32,6 +32,6 @@ jobs:
run: pnpm run test
- name: Sonar
run: /home/naomi/sonar/bin/sonar-scanner -Dsonar.prjectKey=typescript-config -Dsonar.sources=. -Dsonar.host.url=https://quality.nhcarrigan.com
run: sonar-scanner -Dsonar.prjectKey=typescript-config -Dsonar.sources=. -Dsonar.host.url=https://quality.nhcarrigan.com
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}