Force-install npm packages to try and fix the repeated GitHub Action failures

This commit is contained in:
Jonas Jenwald 2022-06-09 14:46:47 +02:00
parent 3d244cb6a8
commit 6371a7605d

View File

@ -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