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
|
- uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
|
- name: Deps Flutter
|
||||||
|
run: flutter packages pub get
|
||||||
|
working-directory: frontend/app_flowy
|
||||||
- name: Deps Rust
|
- name: Deps Rust
|
||||||
working-directory: frontend
|
working-directory: frontend
|
||||||
run: |
|
run: |
|
||||||
@ -28,9 +31,6 @@ jobs:
|
|||||||
cargo install --force duckscript_cli
|
cargo install --force duckscript_cli
|
||||||
cargo make flowy_dev
|
cargo make flowy_dev
|
||||||
echo PATH="$PATH":"$HOME/.pub-cache/bin" >> $GITHUB_PATH
|
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
|
- name: Code Generation
|
||||||
working-directory: frontend/app_flowy
|
working-directory: frontend/app_flowy
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user