mirror of
https://github.com/inventree/inventree-app.git
synced 2025-04-28 05:26:47 +00:00
Adds missing step from android CI build
This commit is contained in:
parent
69bbc3bec3
commit
501971681e
4
.github/workflows/android.yaml
vendored
4
.github/workflows/android.yaml
vendored
@ -32,6 +32,10 @@ jobs:
|
|||||||
uses: gradle/gradle-build-action@v2
|
uses: gradle/gradle-build-action@v2
|
||||||
with:
|
with:
|
||||||
gradle-version: 6.1.1
|
gradle-version: 6.1.1
|
||||||
|
- name: Collect Translation Files
|
||||||
|
run: |
|
||||||
|
cd lib/l10n
|
||||||
|
python3 collect_translations.py
|
||||||
- name: Build for Android
|
- name: Build for Android
|
||||||
run: |
|
run: |
|
||||||
flutter pub get
|
flutter pub get
|
||||||
|
Loading…
x
Reference in New Issue
Block a user