Skip to content

Commit

Permalink
[github-workflow] upload test results as artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
ronny committed Nov 23, 2024
1 parent 016540c commit b5cafdf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pull-request-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,9 @@ jobs:
if: steps.packages.outcome == 'success' && (success() || failure())
env:
DISPLAY: ':99'
run: npm run test:websites -- MangaDex
run: npm run test:websites -- MangaDex
- name: Upload Test Results
uses: actions/upload-artifact@v4
with:
name: Test Results (${{ matrix.os }})
path: ./**/screenshot_*.png

0 comments on commit b5cafdf

Please sign in to comment.