From 10009a43ee69e25fdde9f6a887b74cbdbbd5302c Mon Sep 17 00:00:00 2001 From: iCrawl Date: Sun, 5 Jun 2022 01:14:39 +0200 Subject: [PATCH] ci: remove cache-dir from test --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 87031165b..4ba47481f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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"