소스 검색

test: add flowy_editor_test into github workflows

Lucas.Xu 2 년 전
부모
커밋
556aa8c3df
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      .github/workflows/flowy_editor_test.yml

+ 2 - 3
.github/workflows/flowy_editor_test.yml

@@ -8,7 +8,6 @@ on:
   pull_request:
     branches:
       - "main"
-      - "feat/flowy_editor"
 
 env:
   CARGO_TERM_COLOR: always
@@ -26,8 +25,8 @@ jobs:
 
       - uses: subosito/flutter-action@v2
         with:
-          channel: 'stable'
-          flutter-version: '3.0.5'
+          channel: "stable"
+          flutter-version: "3.0.5"
           cache: true
 
       - name: Run FlowyEditor tests