From 44b0271f57c7ad4453b19ce6334e0861e8ceceda Mon Sep 17 00:00:00 2001 From: Ulises Jeremias Date: Mon, 2 Oct 2023 03:18:54 -0300 Subject: [PATCH] Update pull_request.yml --- .github/workflows/pull_request.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 815a8460..e2e74d8b 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -22,18 +22,6 @@ jobs: with: node-version: '16.13.2' - - name: Get yarn cache directory path - id: yarn-cache-dir-path - run: echo "::set-output name=dir::$(yarn cache dir)" - - - uses: actions/cache@v3 - id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) - with: - path: ${{ steps.yarn-cache-dir-path.outputs.dir }} - key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} - restore-keys: | - ${{ runner.os }}-yarn- - - name: Install dependencies without generating a lockfile and fail if an update is needed run: yarn --frozen-lockfile