Skip to content

Commit

Permalink
fix: dart unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
appflowy committed Apr 28, 2022
1 parent 2d4aafd commit 10d4021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dart_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
working-directory: frontend/app_flowy
run: |
flutter packages pub get
flutter packages pub run easy_localization:generate -S ./assets/translations -f keys -O lib/generated -o locale_keys.g.dart
flutter packages pub run easy_localization:generate -f keys -o locale_keys.g.dart -S assets/translations -s en.json
flutter packages pub run build_runner build --delete-conflicting-outputs
- name: Build FlowySDK
Expand Down

0 comments on commit 10d4021

Please sign in to comment.