Compare commits
3 commits
7d08040806
...
cce2263ec5
Author | SHA1 | Date | |
---|---|---|---|
|
cce2263ec5 | ||
1095c6694b | |||
803e36c7e5 |
2 changed files with 6 additions and 2 deletions
|
@ -19,16 +19,19 @@ jobs:
|
|||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
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: |
|
||||
|
|
1
lib/l10n/app_sk.arb
Normal file
1
lib/l10n/app_sk.arb
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
Loading…
Reference in a new issue