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