diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 63a0ad5fc..f88581c6d 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -57,7 +57,9 @@ jobs: - uses: actions/upload-artifact@master with: name: next-build - path: .next + path: | + .next + !.next/cache end2end: name: Perform E2E Test in ${{ matrix.browser }}