Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
fix gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcc1212 committed Dec 15, 2023
1 parent f7b4324 commit 316c997
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
- name: install jest globally
run: sudo npm install -g jest
- name: run tests
working-directory: ./intro to react/vite-project
run: sudo npm test
run: |
cd /intro to react/vite-project
sudo npm test
- uses: sonarsource/sonarqube-scan-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit 316c997

Please sign in to comment.