mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-26 11:43:59 -05:00
Always upload screenshots of errors (#759)
When the pipeline is cancelled by a preceding failing job, the screenshot upload job won't run. This change adds the flag that it will run even when preceding jobs failed.
This commit is contained in:
parent
42cbb51bfa
commit
f7ab6f60c8
1 changed files with 1 additions and 0 deletions
1
.github/workflows/e2e.yml
vendored
1
.github/workflows/e2e.yml
vendored
|
@ -50,6 +50,7 @@ jobs:
|
|||
browser: ${{ matrix.browser }}
|
||||
start: 'yarn build:serve'
|
||||
- uses: actions/upload-artifact@master
|
||||
if: always()
|
||||
with:
|
||||
name: screenshots
|
||||
path: cypress/screenshots
|
||||
|
|
Loading…
Reference in a new issue