Remove explicit language generation

This is not needed anymore
This commit is contained in:
Roland Geider
2021-08-25 16:41:36 +02:00
parent 35435c9345
commit b23c417da5
2 changed files with 0 additions and 6 deletions

View File

@@ -21,9 +21,6 @@ jobs:
- name: Install app dependencies
run: flutter pub get
- name: Generated translation files
run: flutter gen-l10n
- name: Test app
run: flutter test --coverage