Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
0.1.4+1
Browse files Browse the repository at this point in the history
  • Loading branch information
creativecreatorormaybenot authored Mar 22, 2020
1 parent d34058c commit 39e4f45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
api-level: 29
Expand Down

0 comments on commit 39e4f45

Please sign in to comment.