Skip to content

Commit

Permalink
show summary
Browse files Browse the repository at this point in the history
  • Loading branch information
cenfun committed Jul 4, 2024
1 parent 2e436bd commit c203d40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- run: npx playwright install --with-deps
- run: npx playwright test -c github-actions-summary || exit 0

- name: Show Summary
run: cat .temp/summary.html >> $GITHUB_STEP_SUMMARY

- name: Upload artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit c203d40

Please sign in to comment.