We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c8cafc + 4a5c53a commit 67c8a79Copy full SHA for 67c8a79
.github/workflows/sonarcloud.yml
@@ -25,7 +25,7 @@ jobs:
25
cache: 'npm'
26
27
- name: Install dependencies
28
- run: npm ci
+ run: npm install
29
30
- name: Run tests with coverage
31
run: npm run test:coverage
0 commit comments