We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae3f327 commit 9204662Copy full SHA for 9204662
.github/workflows/test.yaml
@@ -52,7 +52,7 @@ jobs:
52
node-version: 'lts/*'
53
cache: 'npm'
54
- name: Install dependencies
55
- run: npm ci
+ run: npm install
56
- name: Print variables
57
run: npx varlock load
58
- name: Run tests
0 commit comments