Fix bash process spawning

This commit is contained in:
Neshura 2024-01-02 03:02:56 +01:00
parent 71b981e036
commit 45f39399fe
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

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