Fix bash process spawning
Some checks failed
Run Tests on Code / test (push) Successful in 15s
Build and Release Docker Image / test (push) Failing after 1m48s
Build and Release Docker Image / build (push) Has been skipped
Build and Release Docker Image / release (push) Has been skipped

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