|
36 | 36 | profile: pixel_7 |
37 | 37 | target: google_apis_playstore |
38 | 38 | emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim -no-metrics |
39 | | - script: node --experimental-strip-types src/bin.ts test test/integration/replays/android --retries 3 --report-junit test/artifacts/replays-android.junit.xml |
| 39 | + script: node --experimental-strip-types src/bin.ts test test/integration/replays/android --retries 2 --report-junit test/artifacts/replays-android.junit.xml |
40 | 40 |
|
41 | 41 | - name: Upload Android artifacts |
42 | 42 | if: always() |
@@ -81,13 +81,13 @@ jobs: |
81 | 81 | preferred-device-name: iPhone 17 Pro |
82 | 82 |
|
83 | 83 | - name: Run iOS simulator replay suite |
84 | | - run: node --experimental-strip-types src/bin.ts test test/integration/replays/ios/simulator --retries 3 --report-junit test/artifacts/replays-ios-simulator.junit.xml |
| 84 | + run: node --experimental-strip-types src/bin.ts test test/integration/replays/ios/simulator --retries 2 --report-junit test/artifacts/replays-ios-simulator.junit.xml |
85 | 85 |
|
86 | 86 | - name: Run iOS physical device replay suite |
87 | 87 | if: env.IOS_UDID != '' |
88 | 88 | env: |
89 | 89 | IOS_UDID: ${{ vars.IOS_UDID }} |
90 | | - run: node --experimental-strip-types src/bin.ts test test/integration/replays/ios/device --udid "$IOS_UDID" --retries 3 --report-junit test/artifacts/replays-ios-device.junit.xml |
| 90 | + run: node --experimental-strip-types src/bin.ts test test/integration/replays/ios/device --udid "$IOS_UDID" --retries 2 --report-junit test/artifacts/replays-ios-device.junit.xml |
91 | 91 |
|
92 | 92 | - name: Upload iOS artifacts |
93 | 93 | if: always() |
@@ -122,7 +122,7 @@ jobs: |
122 | 122 | run: pnpm build:macos-helper |
123 | 123 |
|
124 | 124 | - name: Run macOS replay suite |
125 | | - run: node --experimental-strip-types src/bin.ts test test/integration/replays/macos --retries 3 --report-junit test/artifacts/replays-macos.junit.xml |
| 125 | + run: node --experimental-strip-types src/bin.ts test test/integration/replays/macos --retries 2 --report-junit test/artifacts/replays-macos.junit.xml |
126 | 126 |
|
127 | 127 | - name: Upload macOS artifacts |
128 | 128 | if: always() |
|
0 commit comments