From 8fc2089d51ff1df45b62d941da331d3ab527f3f2 Mon Sep 17 00:00:00 2001 From: "AppFlowy.IO" <86001920+appflowy@users.noreply.github.com> Date: Sat, 20 Nov 2021 09:49:48 +0800 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 71a343f7bf..294521479c 100644 --- a/.github/workflows/ci.yaml +++ b/.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 +