Compare commits
1 commit
cce2263ec5
...
7d08040806
Author | SHA1 | Date | |
---|---|---|---|
|
7d08040806 |
1 changed files with 2 additions and 5 deletions
|
@ -19,19 +19,16 @@ jobs:
|
|||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
./flutterw channel beta
|
||||
./flutterw pub get
|
||||
flutter pub get
|
||||
|
||||
- name: Run tests
|
||||
uses: https://github.com/ReactiveCircus/android-emulator-runner@v2
|
||||
with:
|
||||
api-level: ${{ vars.ANDROID_API }}
|
||||
script: ./flutterw test integration_test/app_test.dart --coverage --reporter json > tests.output
|
||||
script: flutter test integration_test/app_test.dart --coverage --reporter json > tests.output
|
||||
|
||||
- name: Run scanner
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue