Skip to content

Commit

Permalink
chore(e2e): upload trace report
Browse files Browse the repository at this point in the history
  • Loading branch information
binoy14 committed Feb 15, 2024
1 parent ad6e69e commit 13d5b26
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,14 @@ jobs:
name: playwright-report
path: blob-report
retention-days: 30

# Upload tracing reports
- uses: actions/upload-artifact@v3
if: always()
with:
name: ${{ matrix.project }}-test-report
path: test/e2e/results

merge-reports:
if: always()
needs: [playwright-test]
Expand Down

0 comments on commit 13d5b26

Please sign in to comment.