ci: remove cache-dir from test

This commit is contained in:
iCrawl
2022-06-05 01:14:39 +02:00
parent 8d8e6c03de
commit 10009a43ee

View File

@@ -31,7 +31,7 @@ jobs:
run: yarn lint --cache-dir=".turbo"
- name: Tests
run: yarn test --cache-dir=".turbo"
run: yarn test
- name: Build
run: yarn build --cache-dir=".turbo"