소스 검색

fix: dart_test ci workflow

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

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

@@ -67,7 +67,7 @@ jobs:
       - name: Build FlowySDK
         working-directory: frontend
         run: |
-          cargo make --profile development-linux-x86_64 flowy-sdk-dev
+          cargo make --profile test-linux test-lib-build
 
       - name: Code Generation
         working-directory: frontend/app_flowy