From 6d714ff25d81c526a7f4a93316b86371b419fa25 Mon Sep 17 00:00:00 2001 From: soulgalore Date: Wed, 29 May 2024 14:54:45 +0200 Subject: [PATCH] fix path --- .github/workflows/gui.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gui.yml b/.github/workflows/gui.yml index 93c295b..d0e8169 100644 --- a/.github/workflows/gui.yml +++ b/.github/workflows/gui.yml @@ -39,7 +39,7 @@ jobs: docker --version sitespeed.io --version - name: Run a test - run: sitespeed.io ../test/scripts/addatest.mjs --multi -n 1 --headless + run: sitespeed.io ./test/scripts/addatest.mjs --multi -n 1 --headless - name: Display Server log if: failure() || success() run: cat server.log