mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: update rust-toolchain
This commit is contained in:
parent
2ccc2d7c98
commit
bfd2754bda
7
.github/workflows/flutter_ci.yaml
vendored
7
.github/workflows/flutter_ci.yaml
vendored
@ -109,8 +109,11 @@ jobs:
|
|||||||
- 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
|
if [ "$RUNNER_OS" == "Linux" ]; then
|
||||||
flutter test
|
flutter pub get
|
||||||
|
flutter test
|
||||||
|
fi
|
||||||
|
shell: bash
|
||||||
|
|
||||||
- name: Run Flutter integration tests
|
- name: Run Flutter integration tests
|
||||||
working-directory: frontend/app_flowy
|
working-directory: frontend/app_flowy
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "stable-2022-04-07"
|
channel = "1.65"
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "stable-2022-04-07"
|
channel = "1.65"
|
||||||
|
Loading…
Reference in New Issue
Block a user