creativecreatorormaybenot
Committed by GitHub

0.1.4+1

... ... @@ -87,12 +87,12 @@ jobs:
- name: Run unit tests
run: flutter test
- name: Run integration tests on iOS
if: contains(matrix.device, 'iPhone') && false # Need to run locally for now.
if: contains(matrix.device, 'iPhone')
run: |
cd example
flutter drive --target=test_driver/app.dart
- name: Run integration tests on Android
if: contains(matrix.device, 'Android')
if: contains(matrix.device, 'Android') && false # Need to run locally for now.
uses: reactivecircus/android-emulator-runner@v2.5.0
with:
api-level: 29
... ...