From 2d56096d8f2dd4f46675cd294b7f6278b67a2e4c Mon Sep 17 00:00:00 2001 From: zomars Date: Tue, 17 May 2022 22:05:24 -0600 Subject: [PATCH] Update e2e.yml --- .github/workflows/e2e.yml | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index a3759cf9e0..ed60c33db4 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -67,28 +67,6 @@ jobs: node-version: ${{ matrix.node }} cache: "yarn" - - 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: Turbo Cache - id: turbo-cache - uses: actions/cache@v2 - with: - path: | - ${{ github.workspace }}/apps/web/.turbo - ${{ github.workspace }}/apps/web/.next/cache - key: turbo-${{ github.job }}-${{ github.event.pull_request.head.ref }}-${{ github.event.pull_request.head.sha }} - restore-keys: | - turbo-${{ github.job }}-${{ github.event.pull_request.head.ref }}- - name: Cache playwright binaries uses: actions/cache@v2 id: playwright-cache @@ -108,7 +86,7 @@ jobs: if: ${{ always() }} uses: actions/upload-artifact@v2 with: - name: videos + name: test-results path: | test-results playwright/screenshots