Skip to content

Commit

Permalink
cd into frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Sandor committed Dec 31, 2024
1 parent fa759a5 commit dd27cf8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
- uses: pnpm/action-setup@v4
with:
version: 9
- name: cd to frontend
run: cd frontend
- name: Install Node.js
uses: actions/setup-node@v4
with:
Expand All @@ -61,9 +63,7 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Run coverage
run: |
cd frontend
pnpm run coverage
run: pnpm run coverage
- name: Scan Frontend
uses: sonarsource/sonarqube-scan-action@master
env:
Expand Down

0 comments on commit dd27cf8

Please sign in to comment.