updated flutter-drive.yml
This commit is contained in:
parent
5f6a8969c2
commit
4519160d4f
|
@ -9,7 +9,7 @@ on:
|
||||||
# A workflow run is made up of one or more jobs.
|
# A workflow run is made up of one or more jobs.
|
||||||
jobs:
|
jobs:
|
||||||
# id of job, a string that is unique to the "jobs" node above.
|
# 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
|
# Creates a build matrix for your jobs. You can define different
|
||||||
# variations of an environment to run each job in.
|
# variations of an environment to run each job in.
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -37,7 +37,7 @@ jobs:
|
||||||
- uses: subosito/flutter-action@v1.4.0
|
- uses: subosito/flutter-action@v1.4.0
|
||||||
with:
|
with:
|
||||||
channel: 'master' # 'stable' or 'dev' or 'beta'
|
channel: 'master' # 'stable' or 'dev' or 'beta'
|
||||||
- name: "Run Flutter Driver tests"
|
- name: "Run iOS Flutter Integration Test"
|
||||||
run: |
|
run: |
|
||||||
flutter pub get
|
flutter pub get
|
||||||
./scripts/test.sh $(ipconfig getifaddr en0)
|
./scripts/test.sh $(ipconfig getifaddr en0)
|
Loading…
Reference in New Issue