mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix screenshot upload after failing tests
This commit is contained in:
parent
34cf9548f7
commit
e87401ef45
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -664,7 +664,7 @@ jobs:
|
||||
yarn
|
||||
yarn run cypress run --spec cypress/e2e/User.Authentication.feature,User.Authentication.ResetPassword.feature
|
||||
- name: End-to-end tests | if tests failed, upload screenshots
|
||||
if: steps.e2e-tests.outcome == 'failure'
|
||||
if: ${{ failure() && steps.e2e-tests.conclusion == 'failure' }}
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: cypress-screenshots
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user