Merge pull request #377 from AppFlowy-IO/fix_dart_test

ci: fix dart test
This commit is contained in:
Nathan.fooo 2022-02-24 17:28:58 +08:00 committed by GitHub
commit 5fdeff83dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,9 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Deps Flutter
run: flutter packages pub get
working-directory: frontend/app_flowy
- name: Deps Rust
working-directory: frontend
run: |
@ -28,9 +31,6 @@ jobs:
cargo install --force duckscript_cli
cargo make flowy_dev
echo PATH="$PATH":"$HOME/.pub-cache/bin" >> $GITHUB_PATH
- name: Deps Flutter
run: flutter packages pub get
working-directory: frontend/app_flowy
- name: Code Generation
working-directory: frontend/app_flowy
run: |