- CI: Fixes to make build re-useable

This commit is contained in:
Magesh K
2025-02-22 18:35:49 +05:30
parent 35e3cf1e14
commit e5713fa3a9
2 changed files with 17 additions and 16 deletions

View File

@@ -252,7 +252,7 @@ jobs:
- name: Start Recording UI tests (if DEBUG_RECORD_TESTS is set to 1)
if: ${{ vars.DEBUG_RECORD_TESTS == '1' }}
run: |
nohup xcrun simctl io booted recordVideo test-recording.mp4 </dev/null > test-recording.log 2>&1 &
nohup xcrun simctl io booted recordVideo -f test-recording.mp4 --codec h264 </dev/null > test-recording.log 2>&1 &
RECORD_PID=$!
echo "RECORD_PID=$RECORD_PID" >> $GITHUB_ENV