소스 검색

ci: fix dart test

appflowy 3 년 전
부모
커밋
d30ac55b0f
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      .github/workflows/dart_test.yml

+ 3 - 3
.github/workflows/dart_test.yml

@@ -21,6 +21,9 @@ jobs:
       - uses: actions-rs/toolchain@v1
         with:
           toolchain: stable
+      - name: Deps Flutter
+        run: flutter packages pub get
+        working-directory: frontend/app_flowy
       - name: Deps Rust
         working-directory: frontend
         run: |
@@ -28,9 +31,6 @@ jobs:
           cargo install --force duckscript_cli
           cargo make flowy_dev
           echo PATH="$PATH":"$HOME/.pub-cache/bin" >> $GITHUB_PATH
-      - name: Deps Flutter
-        run: flutter packages pub get
-        working-directory: frontend/app_flowy
       - name: Code Generation
         working-directory: frontend/app_flowy
         run: |