Skip to content

Commit b6a4aa4

Browse files
committed
Install more, but stay put
1 parent c1ab2a5 commit b6a4aa4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cli_tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
cache: npm
2525

2626
- name: Install dependencies
27-
run: npm install --ignore-scripts
27+
run: |
28+
cd ..
29+
npm ci --ignore-scripts
2830
2931
- name: Build CLI
3032
run: npm run build

0 commit comments

Comments
 (0)