We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9919fa commit 13e6e91Copy full SHA for 13e6e91
.github/workflows/wpt-test.yml
@@ -35,13 +35,6 @@ jobs:
35
WPT_API_KEY: ${{ secrets.HA_API_KEY }}
36
PR_BODY: ${{ github.event.pull_request.body }}
37
38
- - name: Run WebPageTest for on.com
39
- run: node tests/wpt.js
40
- env:
41
- WPT_SERVER: "on.com"
42
- WPT_API_KEY: ${{ secrets.HA_API_KEY }}
43
- PR_BODY: ${{ github.event.pull_request.body }}
44
-
45
- name: Add comment to PR
46
uses: mshick/add-pr-comment@v2
47
if: always()
0 commit comments