From eddfdae9c47cf4883c876c5f32e0571d1edb7b81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pierzcha=C5=82a?= Date: Fri, 25 Sep 2026 08:17:54 +0200 Subject: [PATCH] perf(ios): reuse prepared runner in Settings smoke replay --- .github/workflows/ios.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 56e58d838e..ae56f320ed 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -164,8 +164,8 @@ jobs: run: | pnpm clean:daemon node --experimental-strip-types src/bin.ts prepare ios-runner --platform ios --udid "${{ steps.ios-simulator.outputs.simulator-udid }}" --timeout "$AGENT_DEVICE_IOS_PREPARE_TIMEOUT_MS" --json - pnpm clean:daemon + # The replay reuses the prepared runner in the same daemon. - name: Run iOS Settings replay smoke test run: | node --experimental-strip-types src/bin.ts test test/integration/replays/ios/simulator/01-settings.ad --udid "${{ steps.ios-simulator.outputs.simulator-udid }}" --retries 2 --artifacts-dir test/artifacts/replays-ios-simulator-smoke --report-junit test/artifacts/replays-ios-simulator-smoke.junit.xml