Start server for unlighthouse in dev mode
Some checks failed
Run Tests on Code / test (push) Successful in 26s
Build and Release Docker Image / build (push) Has been cancelled
Build and Release Docker Image / release (push) Has been cancelled
Build and Release Docker Image / test (push) Has been cancelled

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'"; echo "Version is: '$VERSION'";
fi fi
- name: Run Unlighthouse - name: Run Unlighthouse Test
run: | run: |
bash -lic "yarn dev"
unlighthouse-ci --build-static --desktop --outputPath reports/desktop unlighthouse-ci --build-static --desktop --outputPath reports/desktop
unlighthouse-ci --build-static --mobile --outputPath reports/mobile unlighthouse-ci --build-static --mobile --outputPath reports/mobile

View file

@ -55,6 +55,7 @@ jobs:
- name: Run Unlighthouse - name: Run Unlighthouse
run: | run: |
bash -lic "yarn dev"
unlighthouse-ci --build-static --desktop --outputPath reports/desktop unlighthouse-ci --build-static --desktop --outputPath reports/desktop
unlighthouse-ci --build-static --mobile --outputPath reports/mobile unlighthouse-ci --build-static --mobile --outputPath reports/mobile