From 556aa8c3df2db40da841a230f85ddc1b5bf435e2 Mon Sep 17 00:00:00 2001 From: "Lucas.Xu" Date: Sun, 14 Aug 2022 12:39:37 +0800 Subject: [PATCH] test: add flowy_editor_test into github workflows --- .github/workflows/flowy_editor_test.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/flowy_editor_test.yml b/.github/workflows/flowy_editor_test.yml index 80ac4fe5e5..892ca9899d 100644 --- a/.github/workflows/flowy_editor_test.yml +++ b/.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