Skip to content

Commit

Permalink
fix: upload test report json
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 21, 2024
1 parent 9c3176f commit 13d0368
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,10 @@ jobs:
rm -rf gh-pages/$REPORT_DIR
mkdir -p gh-pages/$REPORT_DIR
cp -r playwright-artifacts/playwright-report/* gh-pages/$REPORT_DIR/
# Also copy test-results.json if it exists
if [ -f "playwright-artifacts/test-results.json" ]; then
cp playwright-artifacts/test-results.json gh-pages/$REPORT_DIR/
fi
- name: Deploy report to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 13d0368

Please sign in to comment.