mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 14:47:13 -04:00
ci: remove unsupport syntax
This commit is contained in:
parent
c1880292ac
commit
52c09c863c
1 changed files with 5 additions and 2 deletions
7
.github/workflows/flutter_ci.yaml
vendored
7
.github/workflows/flutter_ci.yaml
vendored
|
@ -101,14 +101,17 @@ jobs:
|
|||
working-directory: frontend/app_flowy
|
||||
run: flutter analyze
|
||||
|
||||
<<<<<<< Updated upstream
|
||||
- if: "$RUNNER_OS" == "Linux"
|
||||
name: Build Flutter unit test lib
|
||||
=======
|
||||
- name: Build Flutter unit test lib
|
||||
>>>>>>> Stashed changes
|
||||
working-directory: frontend
|
||||
run: |
|
||||
cargo make build-test-lib
|
||||
|
||||
- if: "$RUNNER_OS" == "Linux"
|
||||
name: Run Flutter unit tests
|
||||
- name: Run Flutter unit tests
|
||||
working-directory: frontend/app_flowy
|
||||
run: |
|
||||
flutter pub get
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue