mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 06:37:14 -04:00
test: add flowy_editor_test into github workflows
This commit is contained in:
parent
07ab4c2680
commit
556aa8c3df
1 changed files with 2 additions and 3 deletions
5
.github/workflows/flowy_editor_test.yml
vendored
5
.github/workflows/flowy_editor_test.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue