mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: rust and flutter ci (#1643)
Co-authored-by: vedon <vedon.fu@gmail.com>
This commit is contained in:
parent
c932f63e57
commit
0e88d643cf
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…
Reference in New Issue
Block a user