fix: ignore standalone directory in e2e build artifact

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2022-11-06 17:34:40 +01:00 committed by David Mehren
parent f2ae04743a
commit 702bc17f9d

View file

@ -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