This commit is contained in:
Hillel Coren 2021-05-05 07:59:42 +03:00
parent cd3235a094
commit 58cc17f56e
1 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@ jobs:
cp lib/.env.dart.example lib/.env.dart cp lib/.env.dart.example lib/.env.dart
echo ${{secrets.firebase_ios}} | base64 --decode > ios/Runner/GoogleService-Info.plist echo ${{secrets.firebase_ios}} | base64 --decode > ios/Runner/GoogleService-Info.plist
- name: Run iOS Flutter Driver tests - name: Run iOS Flutter Driver tests
run: flutter drive --target=test_driver/login_it.dart run: flutter drive --target=test_driver/all_it.dart
drive_android: drive_android:
runs-on: macos-latest runs-on: macos-latest
@ -59,7 +59,7 @@ jobs:
#set of different configurations of the virtual environment. #set of different configurations of the virtual environment.
matrix: matrix:
#api-level: [21, 29] #api-level: [21, 29]
api-level: [26, 27, 28, 29] api-level: [21, 28]
target: [default] target: [default]
needs: test needs: test
steps: steps:
@ -79,4 +79,4 @@ jobs:
target: ${{ matrix.target }} target: ${{ matrix.target }}
arch: x86_64 arch: x86_64
profile: Nexus 6 profile: Nexus 6
script: flutter drive --target=test_driver/login_it.dart script: flutter drive --target=test_driver/all_it.dart