From 4576963a9c202e30c5dd0abfed10021d3c32b13d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20=C3=96sterberg?= Date: Sun, 9 Aug 2026 20:13:53 +0200 Subject: [PATCH] Update sitespeed.io plugin path to use GITHUB_WORKSPACE --- .github/workflows/linux.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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/