Skip to content

Commit 82c2660

Browse files
Merge pull request #166 from Webperf-se/marcusosterberg-patch-1
Update sitespeed.io plugin path to use GITHUB_WORKSPACE
2 parents 3f01f4d + 4576963 commit 82c2660

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,4 @@ jobs:
3737
- name: Show sitespeed.io version
3838
run: sitespeed.io --version
3939
- 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-
40+
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

Comments
 (0)