Skip to content

Commit

Permalink
feat(e2e-assets): add test report upload step for failed end-to-end t…
Browse files Browse the repository at this point in the history
…ests
  • Loading branch information
nelitow committed Dec 12, 2024
1 parent f564556 commit 5c044f5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pr-tests-e2e-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,10 @@ jobs:
env:
NODE_ENV: test
READONLY_TESTNET_ASSETS_VIEW: ${{secrets.READONLY_TESTNET_ASSETS_VIEW}}

- name: Upload Test Report
if: failure()
uses: actions/upload-artifact@v3
with:
name: e2e-test-report
path: packages/e2e-assets/playwright-html

0 comments on commit 5c044f5

Please sign in to comment.