parent
803e36c7e5
commit
1095c6694b
1 changed files with 3 additions and 3 deletions
|
@ -24,14 +24,14 @@ jobs:
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
export PATH=$PATH:$PWD/.flutter/bin
|
./flutterw channel beta
|
||||||
flutter pub get
|
./flutterw pub get
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
uses: https://github.com/ReactiveCircus/android-emulator-runner@v2
|
uses: https://github.com/ReactiveCircus/android-emulator-runner@v2
|
||||||
with:
|
with:
|
||||||
api-level: ${{ vars.ANDROID_API }}
|
api-level: ${{ vars.ANDROID_API }}
|
||||||
script: flutter test integration_test/app_test.dart --coverage --reporter json > tests.output
|
script: ./flutterw test integration_test/app_test.dart --coverage --reporter json > tests.output
|
||||||
|
|
||||||
- name: Run scanner
|
- name: Run scanner
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue