mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-28 14:04:43 -04: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
|
- uses: actions/upload-artifact@master
|
||||||
with:
|
with:
|
||||||
name: next-build
|
name: next-build
|
||||||
path: .next
|
path: |
|
||||||
|
.next
|
||||||
|
!.next/cache
|
||||||
|
|
||||||
end2end:
|
end2end:
|
||||||
name: Perform E2E Test in ${{ matrix.browser }}
|
name: Perform E2E Test in ${{ matrix.browser }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue