Explorar o código

Merge branch 'AppFlowy-IO:main' into main

Alex Chen %!s(int64=3) %!d(string=hai) anos
pai
achega
4b1010fb13
Modificáronse 1 ficheiros con 1 adicións e 5 borrados
  1. 1 5
      .github/workflows/ci.yaml

+ 1 - 5
.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