From f86269c0469427a115f06a268aa7dd34b8bb1682 Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Sat, 1 Jan 2022 21:43:06 +0100 Subject: [PATCH] Don't upload cache to build artifact Signed-off-by: Tilman Vatteroth --- .github/workflows/e2e.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 }}