Compare commits

..

1 commit

Author SHA1 Message Date
Matyáš Caras
7d08040806
Added translation using Weblate (Slovak) 2024-07-17 20:57:01 +02:00

View file

@ -19,19 +19,16 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Install dependencies - name: Install dependencies
run: | run: |
./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: ./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 - name: Run scanner
run: | run: |