From 1a57031dd7040925c90f04eb9a3ab026628d4e5d Mon Sep 17 00:00:00 2001 From: David Lechner Date: Wed, 20 May 2020 16:51:38 -0500 Subject: [PATCH] github: drop cache this doesn't seem to speed things up much, so let's remove it for now --- .github/workflows/test-pull-request.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/test-pull-request.yml b/.github/workflows/test-pull-request.yml index cd6c9196..2f9b447d 100644 --- a/.github/workflows/test-pull-request.yml +++ b/.github/workflows/test-pull-request.yml @@ -14,16 +14,6 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Get yarn cache directory path - id: yarn-cache-dir-path - run: echo "::set-output name=dir::$(yarn cache dir)" - - uses: actions/cache@v1 - id: yarn-cache - with: - path: ${{ steps.yarn-cache-dir-path.outputs.dir }} - key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} - restore-keys: | - ${{ runner.os }}-yarn- - name: Run yarn install run: | echo "//npm.pkg.github.com/:_authToken=$TOKEN" >> $HOME/.npmrc