Skip to content

Commit

Permalink
ignoring scripts when running npm ci in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
osamaadam committed Jul 18, 2024
1 parent 10354fc commit ea86dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
node-version: 'lts/*'
cache: 'npm'
- name: Install dependencies
run: npm ci
run: npm ci --ignore-scripts
- name: Run tests
run: npm test

0 comments on commit ea86dab

Please sign in to comment.