diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 470cea2..84c8a4f 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -37,5 +37,4 @@ jobs: - name: Show sitespeed.io version run: sitespeed.io --version - name: Run tests using plugin - run: sitespeed.io --plugins.add ./lib/index.js --browsertime.chrome.includeResponseBodies all --xvfb -n 1 http://127.0.0.1:3000/ - \ No newline at end of file + run: sitespeed.io --plugins.add $GITHUB_WORKSPACE/lib/index.js --browsertime.chrome.includeResponseBodies all --xvfb -n 1 http://127.0.0.1:3000/