There was an error while loading. Please reload this page.
2 parents 3f01f4d + 4576963 commit 82c2660Copy full SHA for 82c2660
1 file changed
.github/workflows/linux.yml
@@ -37,5 +37,4 @@ jobs:
37
- name: Show sitespeed.io version
38
run: sitespeed.io --version
39
- name: Run tests using plugin
40
- run: sitespeed.io --plugins.add ./lib/index.js --browsertime.chrome.includeResponseBodies all --xvfb -n 1 http://127.0.0.1:3000/
41
-
+ run: sitespeed.io --plugins.add $GITHUB_WORKSPACE/lib/index.js --browsertime.chrome.includeResponseBodies all --xvfb -n 1 http://127.0.0.1:3000/
0 commit comments