mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 06:37:14 -04:00
fix: rust and flutter ci (#1643)
Co-authored-by: vedon <vedon.fu@gmail.com>
This commit is contained in:
parent
c932f63e57
commit
0e88d643cf
2 changed files with 5 additions and 2 deletions
4
.github/workflows/flutter_ci.yaml
vendored
4
.github/workflows/flutter_ci.yaml
vendored
|
@ -102,13 +102,13 @@ jobs:
|
|||
run: flutter analyze
|
||||
|
||||
#Just run one platform
|
||||
- if: $RUNNER_OS" == "Linux"
|
||||
- if: "$RUNNER_OS" == "Linux"
|
||||
name: Build Flutter unit test lib
|
||||
working-directory: frontend
|
||||
run: |
|
||||
cargo make build-test-lib
|
||||
|
||||
- if: $RUNNER_OS" == "Linux"
|
||||
- if: "$RUNNER_OS" == "Linux"
|
||||
name: Run Flutter unit tests
|
||||
working-directory: frontend/app_flowy
|
||||
run: |
|
||||
|
|
3
.github/workflows/rust_ci.yaml
vendored
3
.github/workflows/rust_ci.yaml
vendored
|
@ -25,6 +25,9 @@ jobs:
|
|||
test-on-ubuntu:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout source code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install Rust toolchain
|
||||
id: rust_toolchain
|
||||
uses: actions-rs/toolchain@v1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue