From 71b981e0364ad9ac557d6480c8e09cc083e67e73 Mon Sep 17 00:00:00 2001 From: Neshura Date: Tue, 2 Jan 2024 02:58:54 +0100 Subject: [PATCH] Start server for unlighthouse in dev mode --- .forgejo/workflows/pull-requests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/pull-requests.yml b/.forgejo/workflows/pull-requests.yml index d82040d..e193a5c 100644 --- a/.forgejo/workflows/pull-requests.yml +++ b/.forgejo/workflows/pull-requests.yml @@ -55,6 +55,7 @@ jobs: - name: Run Unlighthouse run: | + bash -lic "yarn dev" unlighthouse-ci --build-static --desktop --outputPath reports/desktop unlighthouse-ci --build-static --mobile --outputPath reports/mobile