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