ci: try manually setting channel
Some checks failed
/ build (push) Failing after 4m47s

This commit is contained in:
Matyáš Caras 2024-07-17 21:07:17 +02:00
parent 803e36c7e5
commit 1095c6694b
Signed by: hernik
GPG key ID: 2A3175F98820C5C6

View file

@ -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: |