Skip to content

Commit

Permalink
Update e2e tests to upload failed screenshots if multiple for the sam…
Browse files Browse the repository at this point in the history
…e platform fail
  • Loading branch information
Xon committed Sep 26, 2024
1 parent 7fca217 commit b968cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/browsers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: failure()
with:
name: screenshot-${{ matrix.os }}
name: screenshot-${{ matrix.os }}-${{ matrix.browser }}
path: test-results/**/*.png
- uses: actions/upload-artifact@v4
if: '!cancelled()'
Expand Down

0 comments on commit b968cd7

Please sign in to comment.