mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 22:57:12 -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
|
working-directory: frontend/app_flowy
|
||||||
run: flutter analyze
|
run: flutter analyze
|
||||||
|
|
||||||
|
<<<<<<< Updated upstream
|
||||||
- if: "$RUNNER_OS" == "Linux"
|
- if: "$RUNNER_OS" == "Linux"
|
||||||
name: Build Flutter unit test lib
|
name: Build Flutter unit test lib
|
||||||
|
=======
|
||||||
|
- name: Build Flutter unit test lib
|
||||||
|
>>>>>>> Stashed changes
|
||||||
working-directory: frontend
|
working-directory: frontend
|
||||||
run: |
|
run: |
|
||||||
cargo make build-test-lib
|
cargo make build-test-lib
|
||||||
|
|
||||||
- if: "$RUNNER_OS" == "Linux"
|
- name: Run Flutter unit tests
|
||||||
name: Run Flutter unit tests
|
|
||||||
working-directory: frontend/app_flowy
|
working-directory: frontend/app_flowy
|
||||||
run: |
|
run: |
|
||||||
flutter pub get
|
flutter pub get
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue