|
27 | 27 | name: E2E Android |
28 | 28 | runs-on: ubuntu-22.04 |
29 | 29 | timeout-minutes: 30 |
30 | | - if: ${{ (github.event_name == 'pull_request' && github.event.pull_request.base.ref == 'main') || (github.event_name == 'workflow_dispatch' && (github.event.inputs.platform == 'all' || github.event.inputs.platform == 'android')) }} |
| 30 | + if: ${{ false }} |
31 | 31 | env: |
32 | 32 | HARNESS_DEBUG: true |
33 | 33 | DEBUG: 'Metro:*' |
@@ -116,7 +116,7 @@ jobs: |
116 | 116 | name: E2E iOS |
117 | 117 | runs-on: macos-latest |
118 | 118 | timeout-minutes: 30 |
119 | | - if: ${{ (github.event_name == 'pull_request' && github.event.pull_request.base.ref == 'main') || (github.event_name == 'workflow_dispatch' && (github.event.inputs.platform == 'all' || github.event.inputs.platform == 'ios')) }} |
| 119 | + if: ${{ false }} |
120 | 120 | env: |
121 | 121 | HARNESS_DEBUG: true |
122 | 122 | DEBUG: 'Metro:*' |
@@ -217,7 +217,7 @@ jobs: |
217 | 217 | name: E2E Web |
218 | 218 | runs-on: ubuntu-22.04 |
219 | 219 | timeout-minutes: 30 |
220 | | - if: ${{ (github.event_name == 'pull_request' && github.event.pull_request.base.ref == 'main') || (github.event_name == 'workflow_dispatch' && (github.event.inputs.platform == 'all' || github.event.inputs.platform == 'web')) }} |
| 220 | + if: ${{ false }} |
221 | 221 | env: |
222 | 222 | HARNESS_DEBUG: true |
223 | 223 | DEBUG: 'Metro:*' |
@@ -342,9 +342,9 @@ jobs: |
342 | 342 | uses: ./ |
343 | 343 | with: |
344 | 344 | app: android/app/build/outputs/apk/debug/app-debug.apk |
345 | | - runner: android-crash-pre-rn |
| 345 | + runner: android |
346 | 346 | projectRoot: apps/playground |
347 | | - harnessArgs: --testPathPatterns smoke |
| 347 | + harnessArgs: --testPathPatterns src/__tests__/crash-monitor |
348 | 348 | preRunHook: | |
349 | 349 | echo "HARNESS_PROJECT_ROOT=$HARNESS_PROJECT_ROOT" |
350 | 350 | echo "HARNESS_RUNNER=$HARNESS_RUNNER" |
@@ -467,9 +467,9 @@ jobs: |
467 | 467 | uses: ./ |
468 | 468 | with: |
469 | 469 | app: ios/build/Build/Products/Debug-iphonesimulator/HarnessPlayground.app |
470 | | - runner: ios-crash-pre-rn |
| 470 | + runner: ios |
471 | 471 | projectRoot: apps/playground |
472 | | - harnessArgs: --testPathPatterns smoke |
| 472 | + harnessArgs: --testPathPatterns src/__tests__/crash-monitor |
473 | 473 | preRunHook: | |
474 | 474 | echo "HARNESS_PROJECT_ROOT=$HARNESS_PROJECT_ROOT" |
475 | 475 | echo "HARNESS_RUNNER=$HARNESS_RUNNER" |
|
0 commit comments