mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Remove explicit language generation
This is not needed anymore
This commit is contained in:
3
.github/workflows/android-release.yml
vendored
3
.github/workflows/android-release.yml
vendored
@@ -39,9 +39,6 @@ jobs:
|
||||
- name: Install Flutter dependencies
|
||||
run: flutter pub get
|
||||
|
||||
- name: Generated translation files
|
||||
run: flutter gen-l10n
|
||||
|
||||
- name: Bump version
|
||||
uses: maierj/fastlane-action@v2.0.0
|
||||
with:
|
||||
|
||||
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user