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
|
run: flutter analyze
|
||||||
|
|
||||||
#Just run one platform
|
#Just run one platform
|
||||||
- if: $RUNNER_OS" == "Linux"
|
- if: "$RUNNER_OS" == "Linux"
|
||||||
name: Build Flutter unit test lib
|
name: Build Flutter unit test lib
|
||||||
working-directory: frontend
|
working-directory: frontend
|
||||||
run: |
|
run: |
|
||||||
cargo make build-test-lib
|
cargo make build-test-lib
|
||||||
|
|
||||||
- if: $RUNNER_OS" == "Linux"
|
- if: "$RUNNER_OS" == "Linux"
|
||||||
name: Run Flutter unit tests
|
name: Run Flutter unit tests
|
||||||
working-directory: frontend/app_flowy
|
working-directory: frontend/app_flowy
|
||||||
run: |
|
run: |
|
||||||
|
3
.github/workflows/rust_ci.yaml
vendored
3
.github/workflows/rust_ci.yaml
vendored
@ -25,6 +25,9 @@ jobs:
|
|||||||
test-on-ubuntu:
|
test-on-ubuntu:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout source code
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Install Rust toolchain
|
- name: Install Rust toolchain
|
||||||
id: rust_toolchain
|
id: rust_toolchain
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user