Skip to content

Commit fb33ab5

Browse files
committed
Add install dependencies to workflow
1 parent 12ca0df commit fb33ab5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/sonarqube.yml

+3
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
node-version: '20'
3131
cache: 'pnpm'
3232

33+
- name: Install dependencies
34+
run: pnpm install
35+
3336
- name: Run tests with coverage
3437
run: pnpm test:coverage
3538

0 commit comments

Comments
 (0)