Skip to content

Commit fc1255d

Browse files
committed
cache clean
1 parent af346f4 commit fc1255d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/unit-test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525
run: npm install -g yarn@1.22.22
2626

2727
- name: Install dependencies
28-
run: yarn install
28+
run: |
29+
yarn cache clean
30+
yarn install --verbose
2931
3032
- name: Run tests
3133
run: npm run tests

0 commit comments

Comments
 (0)