updated flutter-drive.yml

This commit is contained in:
Lorenzo Pichilli 2021-02-11 10:22:54 +01:00
parent 5f6a8969c2
commit 4519160d4f
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ on:
# A workflow run is made up of one or more jobs.
jobs:
# id of job, a string that is unique to the "jobs" node above.
drive:
ios_integration_test_drive:
# Creates a build matrix for your jobs. You can define different
# variations of an environment to run each job in.
strategy:
@ -37,7 +37,7 @@ jobs:
- uses: subosito/flutter-action@v1.4.0
with:
channel: 'master' # 'stable' or 'dev' or 'beta'
- name: "Run Flutter Driver tests"
- name: "Run iOS Flutter Integration Test"
run: |
flutter pub get
./scripts/test.sh $(ipconfig getifaddr en0)