We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6b2197 commit 32d24bcCopy full SHA for 32d24bc
.github/workflows/wdi5-tests.yml
@@ -27,7 +27,7 @@ jobs:
27
# cache-dependency-path: "**/package-lock.json"
28
29
- name: install packages
30
- run: npm ci
+ run: npm install
31
32
- name: run wdi5 tests
33
run: npm run ci-test
0 commit comments