From c9d7b86c9d3ac03fc5d59d0c1183635fdcf5fa69 Mon Sep 17 00:00:00 2001 From: soulgalore Date: Thu, 23 May 2024 22:27:55 +0200 Subject: [PATCH] action: run the test headless --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index d320339..76898af 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -35,4 +35,4 @@ jobs: npm install --prefix testrunner node testrunner/app.js & - name: Add a test - run: sitespeed.io https://www.sitespeed.io -n 1 --api.hostname 127.0.0.1 --api.location default \ No newline at end of file + run: sitespeed.io https://www.sitespeed.io -n 1 --api.hostname 127.0.0.1 --api.location default --headless \ No newline at end of file