mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
ci: remove unsupport syntax
This commit is contained in:
parent
c1880292ac
commit
52c09c863c
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…
Reference in New Issue
Block a user