Skip to content

Commit

Permalink
feat: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasGerm committed Feb 13, 2024
1 parent d630ad2 commit 84d8cdc
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,6 @@ jobs:
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
- name: Build
run: "npm run build"
- name: Checkout WPT
run: "npm run test-setup"
- name: WPT hosts
run: "./test/wpt/wpt make-hosts-file | sudo tee -a /etc/hosts"
- name: WPT tests
run: "npm run test:wpt"
- name: Expected results
run: "npm run test:compare"
- name: Test results summary
run: |
echo "Passed $(grep '/css' ./test/report/summary.txt | grep -c '^PASS' ) of $(grep '/css' ./test/report/summary.txt | grep -c '^') css tests" >> $GITHUB_STEP_SUMMARY
echo "Passed $(grep -v '/css' ./test/report/summary.txt | grep -c '^PASS' ) of $(grep -v '/css' ./test/report/summary.txt | grep -c '^') waapi tests" >> $GITHUB_STEP_SUMMARY
- name: Clean build files
run: "rm -rf node_modules test/wpt"
- name: Upload artifact
Expand Down

0 comments on commit 84d8cdc

Please sign in to comment.