This commit is contained in:
parent
803e36c7e5
commit
1095c6694b
1 changed files with 3 additions and 3 deletions
|
@ -24,14 +24,14 @@ jobs:
|
|||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
export PATH=$PATH:$PWD/.flutter/bin
|
||||
flutter pub get
|
||||
./flutterw channel beta
|
||||
./flutterw pub get
|
||||
|
||||
- name: Run tests
|
||||
uses: https://github.com/ReactiveCircus/android-emulator-runner@v2
|
||||
with:
|
||||
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
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue