2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-04-27 21:16:48 +00:00

Adds missing step from android CI build

This commit is contained in:
Oliver Walters 2022-05-02 13:28:47 +10:00
parent 69bbc3bec3
commit 501971681e

View File

@ -32,6 +32,10 @@ jobs:
uses: gradle/gradle-build-action@v2
with:
gradle-version: 6.1.1
- name: Collect Translation Files
run: |
cd lib/l10n
python3 collect_translations.py
- name: Build for Android
run: |
flutter pub get