瀏覽代碼

Update ci.yaml

AppFlowy.IO 3 年之前
父節點
當前提交
8fc2089d51
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      .github/workflows/ci.yaml

+ 2 - 1
.github/workflows/ci.yaml

@@ -11,4 +11,5 @@ jobs:
       - name: Checkout
         uses: actions/checkout@v1
       - name: Build and Test
-        run: 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
+