mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-03-03 16:51:41 +00:00
added screenshots artifacts in e2e workflow
This commit is contained in:
parent
b3a0411a35
commit
325b9b40b1
1 changed files with 4 additions and 0 deletions
4
.github/workflows/e2e.yml
vendored
4
.github/workflows/e2e.yml
vendored
|
@ -49,3 +49,7 @@ jobs:
|
|||
with:
|
||||
browser: ${{ matrix.browser }}
|
||||
start: 'yarn build:serve'
|
||||
- uses: actions/upload-artifact@master
|
||||
with:
|
||||
name: screenshots
|
||||
path: cypress/screenshots
|
||||
|
|
Loading…
Reference in a new issue