Browse Source

fix: dart_test ci workflow

nathan 2 năm trước cách đây
mục cha
commit
6b0e26fbf1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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