mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 09:46:30 -05:00
Don't upload cache to build artifact
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
49c606422e
commit
f86269c046
1 changed files with 3 additions and 1 deletions
4
.github/workflows/e2e.yml
vendored
4
.github/workflows/e2e.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue