Skip to content

Commit 67c8a79

Browse files
authored
Merge pull request #1573 from Adyen/sonar-cloud-workflow-fix
Sonarcloud Workflow: Change npm ci to npm install in workflow
2 parents 3c8cafc + 4a5c53a commit 67c8a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
cache: 'npm'
2626

2727
- name: Install dependencies
28-
run: npm ci
28+
run: npm install
2929

3030
- name: Run tests with coverage
3131
run: npm run test:coverage

0 commit comments

Comments
 (0)