Start server for unlighthouse in dev mode

This commit is contained in:
Neshura 2024-01-02 02:58:54 +01:00
parent cad1b814de
commit 35c78a50e2
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
2 changed files with 3 additions and 1 deletions

View file

@ -49,8 +49,9 @@ jobs:
echo "Version is: '$VERSION'";
fi
- name: Run Unlighthouse
- name: Run Unlighthouse Test
run: |
bash -lic "yarn dev"
unlighthouse-ci --build-static --desktop --outputPath reports/desktop
unlighthouse-ci --build-static --mobile --outputPath reports/mobile

View file

@ -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