- CI: Boot simulator in async instead of doing in a blocking step

This commit is contained in:
=
2025-02-26 18:16:34 +05:30
parent 10552780b1
commit 22fe96f923

View File

@@ -538,11 +538,10 @@ jobs:
with: with:
submodules: recursive submodules: recursive
- name: Boot Simulator for testing - name: Boot Simulator async(nohup) for testing
run: | run: |
mkdir -p build/logs mkdir -p build/logs
make -B boot-sim-async | tee -a build/logs/tests-run.log nohup make -B boot-sim-async </dev/null >> build/logs/tests-run.log 2>&1 &
exit ${PIPESTATUS[0]}
- name: Setup Xcode - name: Setup Xcode
uses: maxim-lobanov/setup-xcode@v1.6.0 uses: maxim-lobanov/setup-xcode@v1.6.0