mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
Merge pull request #377 from AppFlowy-IO/fix_dart_test
ci: fix dart test
This commit is contained in:
commit
5fdeff83dd
6
.github/workflows/dart_test.yml
vendored
6
.github/workflows/dart_test.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user