From 0e608c115d9192a43abef0dbe49d0808537514e5 Mon Sep 17 00:00:00 2001 From: josojo Date: Tue, 28 Nov 2023 12:10:02 +0100 Subject: [PATCH] another try --- .github/workflows/test.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b2bf212d..260a531e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -50,14 +50,6 @@ jobs: - uses: actions/setup-node@v3 with: node-version: ${{ matrix.node }} - - id: yarn-cache - run: echo "::set-output name=dir::$(yarn cache dir)" - - uses: actions/cache@v2 - with: - path: ${{ steps.yarn-cache.outputs.dir }} - key: ${{ matrix.os }}-yarn-${{ hashFiles('**/yarn.lock') }} - restore-keys: | - ${{ matrix.os }}-yarn- - run: yarn --frozen-lockfile - run: yarn lint - run: yarn fmt:check \ No newline at end of file