Skip to content

Commit

Permalink
move cd command
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Sandor committed Dec 31, 2024
1 parent dd27cf8 commit 5fe47b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,12 @@ 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:
node-version: 22
cache: "pnpm"
run: cd frontend
- name: Install dependencies
run: pnpm install
- name: Run coverage
Expand Down

0 comments on commit 5fe47b7

Please sign in to comment.