Update ci.yaml

This commit is contained in:
AppFlowy.IO 2021-11-20 09:49:48 +08:00 committed by GitHub
parent 55c05364dd
commit 8fc2089d51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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