Showing
2 changed files
with
2 additions
and
1 deletions
| @@ -92,7 +92,7 @@ jobs: | @@ -92,7 +92,7 @@ jobs: | ||
| 92 | cd example | 92 | cd example |
| 93 | flutter drive --target=test_driver/app.dart | 93 | flutter drive --target=test_driver/app.dart |
| 94 | - name: Run integration tests on Android | 94 | - name: Run integration tests on Android |
| 95 | - if: contains(matrix.device, 'Nexus') | 95 | + if: contains(matrix.device, 'Android') && false # Run these locally for now. |
| 96 | uses: reactivecircus/android-emulator-runner@v2.5.0 | 96 | uses: reactivecircus/android-emulator-runner@v2.5.0 |
| 97 | with: | 97 | with: |
| 98 | api-level: 29 | 98 | api-level: 29 |
| @@ -29,6 +29,7 @@ jobs: | @@ -29,6 +29,7 @@ jobs: | ||
| 29 | - name: Run unit tests | 29 | - name: Run unit tests |
| 30 | run: flutter test | 30 | run: flutter test |
| 31 | - name: Run integration tests on Android | 31 | - name: Run integration tests on Android |
| 32 | + if: false # Run these locally for now. | ||
| 32 | uses: reactivecircus/android-emulator-runner@v2.5.0 | 33 | uses: reactivecircus/android-emulator-runner@v2.5.0 |
| 33 | with: | 34 | with: |
| 34 | api-level: 29 | 35 | api-level: 29 |
-
Please register or login to post a comment