mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 06:37:14 -04:00
ci: update dart_tests
This commit is contained in:
parent
bf7e1b9829
commit
860ebc567b
1 changed files with 3 additions and 1 deletions
4
.github/workflows/dart_test.yml
vendored
4
.github/workflows/dart_test.yml
vendored
|
@ -30,9 +30,11 @@ jobs:
|
|||
cargo make flowy_dev
|
||||
echo PATH="$PATH":"$HOME/.pub-cache/bin" >> $GITHUB_PATH
|
||||
- name: Deps Flutter
|
||||
run: flutter pub get
|
||||
working-directory: frontend/app_flowy
|
||||
- name: Code Generate
|
||||
working-directory: frontend/app_flowy
|
||||
run:
|
||||
flutter pub get
|
||||
flutter pub run easy_localization:generate --source-dir ./assets/translations -f keys -O lib/generated -o locale_keys.g.dart
|
||||
- name: Build FlowySDK
|
||||
working-directory: frontend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue