diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index a3e418bbc..1e36dd2db 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -63,10 +63,11 @@ jobs: - uses: actions/upload-artifact@master with: - name: next-build + name: e2e-build path: | .next !.next/cache + !.next/standalone end2end: name: Perform E2E Test in ${{ matrix.browser }} @@ -116,7 +117,7 @@ jobs: - name: Download built frontend uses: actions/download-artifact@master with: - name: next-build + name: e2e-build path: .next - name: Run server