Don't upload cache to build artifact

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2022-01-01 21:43:06 +01:00
parent 49c606422e
commit f86269c046

View file

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