Force-install npm packages to try and fix the repeated GitHub Action failures
This commit is contained in:
parent
3d244cb6a8
commit
6371a7605d
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
run: npm install -g gulp-cli
|
||||
|
||||
- name: Install other dependencies
|
||||
run: npm install
|
||||
run: npm install -f
|
||||
|
||||
- name: Run tests
|
||||
run: gulp ci-test
|
||||
|
Loading…
Reference in New Issue
Block a user