Fix bash process spawning
This commit is contained in:
parent
35c78a50e2
commit
2e257d3bb2
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue