Skip to content

Commit 43dbea5

Browse files
chore: clear test cache
1 parent 21cf86e commit 43dbea5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ jobs:
3131
env:
3232
CI: true
3333

34+
- name: Clear cache
35+
run: yarn test --clearCache
36+
env:
37+
CI: true
38+
3439
- name: Test
3540
run: yarn test --ci --coverage --maxWorkers=2
3641
env:

0 commit comments

Comments
 (0)