Skip to content

Commit 7ae57dc

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

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

2828
- name: Install npm dependencies
29-
run: npm i
29+
- run: npm i postcss
30+
- run: npm ci
3031

3132
- name: Run tests
3233
run: npm test

0 commit comments

Comments
 (0)