Skip to content

Commit

Permalink
Add suggested summary from @johannesodland
Browse files Browse the repository at this point in the history
  • Loading branch information
flackr committed Jan 29, 2024
1 parent e1588bb commit 83cb31c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
run: "npm run test:wpt"
- name: Expected results
run: "npm run test:compare"
- name: Adding summary
run: echo "Passed $(grep -c '^PASS' ./test/report/summary.txt) of $(grep -c '^' ./test/report/summary.txt) tests" >> $GITHUB_STEP_SUMMARY
- name: Clean build files
run: "rm -rf node_modules test/wpt"
- name: Upload artifact
Expand Down

0 comments on commit 83cb31c

Please sign in to comment.