mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-24 09:38:25 +00:00
Update ci.yaml
This commit is contained in:
parent
01cc16d50f
commit
910a70fb41
1 changed files with 1 additions and 5 deletions
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
|
|
@ -10,12 +10,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
- name: Build and Test
|
- name: Env install
|
||||||
run: cd frontend && make install_rust && make install_cargo_make && cargo make install_targets
|
run: cd frontend && make install_rust && make install_cargo_make && cargo make install_targets
|
||||||
- uses: actions/checkout@v2
|
|
||||||
unit_test:
|
|
||||||
runs-on: macOS-latest
|
|
||||||
steps:
|
|
||||||
- name: Run frontend tests
|
- name: Run frontend tests
|
||||||
run: cd frontend/rust-lib && cargo test
|
run: cd frontend/rust-lib && cargo test
|
||||||
- name: Run shared-lib tests
|
- name: Run shared-lib tests
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue