Start server for unlighthouse in dev mode
This commit is contained in:
parent
cad1b814de
commit
35c78a50e2
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue