chore: Update integration_test.yaml
This commit is contained in:
parent
abf2abfe28
commit
013f99e9c5
|
|
@ -8,6 +8,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
drive_android:
|
drive_android:
|
||||||
|
name: Android
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
permissions:
|
permissions:
|
||||||
|
|
@ -41,7 +42,7 @@ jobs:
|
||||||
drive_ios:
|
drive_ios:
|
||||||
name: iOS
|
name: iOS
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
timeout-minutes: 25
|
timeout-minutes: 20
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
strategy:
|
strategy:
|
||||||
|
|
@ -95,9 +96,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
channel: stable
|
channel: stable
|
||||||
cache: true
|
cache: true
|
||||||
- uses: nanasess/setup-chromedriver@5ff44aa4cd179b6eac920e1146ac199e29bbad15 # v2
|
- name: Setup chromedriver
|
||||||
- name: Start chromedriver
|
run: |
|
||||||
run: chromedriver --port=4444 &
|
npx @puppeteer/browsers install chromedriver@stable
|
||||||
|
chromedriver --port=4444 &
|
||||||
- name: Run Flutter Integration tests
|
- name: Run Flutter Integration tests
|
||||||
working-directory: example
|
working-directory: example
|
||||||
run: flutter drive --driver=test_driver/integration_test.dart --target=integration_test/app_test.dart -d web-server \
|
run: flutter drive --driver=test_driver/integration_test.dart --target=integration_test/app_test.dart -d web-server \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue