ci: run flutter gen-l10n on code_tests
This commit is contained in:
parent
ae0c8f73d2
commit
9c3011d348
1 changed files with 1 additions and 0 deletions
1
.github/workflows/integrate.yaml
vendored
1
.github/workflows/integrate.yaml
vendored
|
|
@ -15,6 +15,7 @@ jobs:
|
||||||
flutter-version: ${{ env.FLUTTER_VERSION }}
|
flutter-version: ${{ env.FLUTTER_VERSION }}
|
||||||
cache: true
|
cache: true
|
||||||
- run: flutter pub get
|
- run: flutter pub get
|
||||||
|
- run: flutter gen-l10n
|
||||||
- name: Check formatting
|
- name: Check formatting
|
||||||
run: dart format lib/ test/ --set-exit-if-changed
|
run: dart format lib/ test/ --set-exit-if-changed
|
||||||
- name: Check import formatting
|
- name: Check import formatting
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue