mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
fix(ci): artifact-upload in e2e tests
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
912165cfbb
commit
cd01deca67
1 changed files with 2 additions and 2 deletions
4
.github/workflows/e2e-tests.yml
vendored
4
.github/workflows/e2e-tests.yml
vendored
|
@ -210,11 +210,11 @@ jobs:
|
|||
- uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # master
|
||||
if: always()
|
||||
with:
|
||||
name: screenlog
|
||||
name: screenlog-${{ matrix.containers }}
|
||||
path: frontend/screenlog.0
|
||||
|
||||
- uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # master
|
||||
if: always()
|
||||
with:
|
||||
name: screenshots
|
||||
name: screenshots-${{ matrix.containers }}
|
||||
path: cypress/screenshots
|
||||
|
|
Loading…
Reference in a new issue