Use artifacts:when always for screenshots
If we use `artifacts:when: on_failure` then the JUnit report won't upload when the job fails. We should use `always` instead.
Showing
Please register or sign in to comment
If we use `artifacts:when: on_failure` then the JUnit report won't upload when the job fails. We should use `always` instead.