Skip to content

Commit 6556c3d

Browse files
authored
Update test.yml
1 parent 7ae57dc commit 6556c3d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ jobs:
2626
- run: npm --version
2727

2828
- name: Install npm dependencies
29-
- run: npm i postcss
30-
- run: npm ci
29+
run: |
30+
npm i postcss
31+
npm ci
3132
3233
- name: Run tests
3334
run: npm test

0 commit comments

Comments
 (0)