diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44f6f84dd..e3ea0f729 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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