Skip to content

Commit 3d5658b

Browse files
ix: skip prepare script during npm install in CI to prevent hanging
1 parent f4c0aa5 commit 3d5658b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage-check.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 install
28+
run: npm install --ignore-scripts
2929

3030
- name: Run unit tests with coverage
3131
uses: ArtiomTr/jest-coverage-report-action@v2

0 commit comments

Comments
 (0)