mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: rust & flutter test (#1644)
Co-authored-by: nathan <nathan@appflowy.io>
This commit is contained in:
parent
0e88d643cf
commit
c1880292ac
1
.github/workflows/flutter_ci.yaml
vendored
1
.github/workflows/flutter_ci.yaml
vendored
@ -101,7 +101,6 @@ jobs:
|
||||
working-directory: frontend/app_flowy
|
||||
run: flutter analyze
|
||||
|
||||
#Just run one platform
|
||||
- if: "$RUNNER_OS" == "Linux"
|
||||
name: Build Flutter unit test lib
|
||||
working-directory: frontend
|
||||
|
9
.github/workflows/rust_ci.yaml
vendored
9
.github/workflows/rust_ci.yaml
vendored
@ -20,6 +20,7 @@ on:
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
RUST_TOOLCHAIN: "1.65"
|
||||
FLUTTER_VERSION: "3.3.9"
|
||||
|
||||
jobs:
|
||||
test-on-ubuntu:
|
||||
@ -37,6 +38,14 @@ jobs:
|
||||
components: rustfmt, clippy
|
||||
profile: minimal
|
||||
|
||||
- name: Install flutter
|
||||
id: flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
channel: "stable"
|
||||
flutter-version: ${{ env.FLUTTER_VERSION }}
|
||||
cache: true
|
||||
|
||||
- name: Install prerequisites
|
||||
working-directory: frontend
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user