From 39e4f45a020ae18ad7b258379c9a9d7a03793739 Mon Sep 17 00:00:00 2001 From: creativecreatorormaybenot <19204050+creativecreatorormaybenot@users.noreply.github.com> Date: Sun, 22 Mar 2020 12:49:10 +0000 Subject: [PATCH] 0.1.4+1 --- .github/workflows/checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 10a95ff..7bcf3f3 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -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