diff --git a/.github/workflow-scripts/maestro-ios.js b/.github/workflow-scripts/maestro-ios.js index c2b4b80b611..ca9b546cd17 100644 --- a/.github/workflow-scripts/maestro-ios.js +++ b/.github/workflow-scripts/maestro-ios.js @@ -87,11 +87,11 @@ async function launchAppOnSimulator(appId, udid, isDebug) { function startVideoRecording(jsengine, currentAttempt) { console.log( - `Start video record using pid: video_record_${jsengine}_${currentAttempt}.pid`, + `Start video record using pid: video_record_${currentAttempt}.pid`, ); const recordingArgs = - `simctl io booted recordVideo video_record_${jsengine}_${currentAttempt}.mov`.split( + `simctl io booted recordVideo video_record_${currentAttempt}.mov`.split( ' ', ); const recordingProcess = childProcess.spawn('xcrun', recordingArgs, {