Skip to content

Commit 9f8b702

Browse files
ci: remove clear cache step from main action
1 parent 43dbea5 commit 9f8b702

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/main.yml

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

34-
- name: Clear cache
35-
run: yarn test --clearCache
36-
env:
37-
CI: true
38-
3934
- name: Test
4035
run: yarn test --ci --coverage --maxWorkers=2
4136
env:

0 commit comments

Comments
 (0)