Skip to content

Commit 32d24bc

Browse files
author
nicogeburek
committed
no clean install
1 parent c6b2197 commit 32d24bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wdi5-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# cache-dependency-path: "**/package-lock.json"
2828

2929
- name: install packages
30-
run: npm ci
30+
run: npm install
3131

3232
- name: run wdi5 tests
3333
run: npm run ci-test

0 commit comments

Comments
 (0)