From d3dd3e229dc9a1513d75bd15f713450e0fc25ce7 Mon Sep 17 00:00:00 2001 From: Ray <7869818+rayrrr@users.noreply.github.com> Date: Sat, 20 Nov 2021 01:31:39 -0500 Subject: [PATCH 1/2] Rename BUILD_ON_WNIDOWS.md to BUILD_ON_WINDOWS.md tiny typo fix :) --- doc/{BUILD_ON_WNIDOWS.md => BUILD_ON_WINDOWS.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename doc/{BUILD_ON_WNIDOWS.md => BUILD_ON_WINDOWS.md} (100%) diff --git a/doc/BUILD_ON_WNIDOWS.md b/doc/BUILD_ON_WINDOWS.md similarity index 100% rename from doc/BUILD_ON_WNIDOWS.md rename to doc/BUILD_ON_WINDOWS.md From 910a70fb41f1685a1a4dcaf7e5259706ac73c2a4 Mon Sep 17 00:00:00 2001 From: "AppFlowy.IO" <86001920+appflowy@users.noreply.github.com> Date: Sat, 20 Nov 2021 14:41:27 +0800 Subject: [PATCH 2/2] Update ci.yaml --- .github/workflows/ci.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 894ff8cdb5..55bab1edc7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,12 +10,8 @@ jobs: steps: - name: Checkout 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 - - uses: actions/checkout@v2 - unit_test: - runs-on: macOS-latest - steps: - name: Run frontend tests run: cd frontend/rust-lib && cargo test - name: Run shared-lib tests