Fix bash process spawning

This commit is contained in:
Neshura 2024-01-02 03:02:56 +01:00
parent 35c78a50e2
commit 2e257d3bb2
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
2 changed files with 2 additions and 2 deletions

View file

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

View file

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