mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-23 00:57:26 +03:00
Add version and build file modification checks to Android build.
This commit is contained in:
parent
0132cad725
commit
fdaf3dbf57
10
.github/workflows/android.yaml
vendored
10
.github/workflows/android.yaml
vendored
@ -35,6 +35,12 @@ jobs:
|
||||
with:
|
||||
path: 'app'
|
||||
|
||||
- name: Check app versions
|
||||
run: |
|
||||
python set-version.py
|
||||
git diff --exit-code
|
||||
working-directory: ./app
|
||||
|
||||
- name: Run flutter tests
|
||||
run: |
|
||||
flutter test
|
||||
@ -50,6 +56,10 @@ jobs:
|
||||
YUBIOATH_STORE_PASSWORD: ${{ secrets.YUBIOATH_STORE_PASSWORD }}
|
||||
working-directory: ./app
|
||||
|
||||
- name: Check generated files
|
||||
run: git diff --exit-code
|
||||
working-directory: ./app
|
||||
|
||||
- name: Run android tests
|
||||
run: |
|
||||
./gradlew test
|
||||
|
Loading…
Reference in New Issue
Block a user