mirror of
https://github.com/rive-app/rive-flutter
synced 2025-07-05 21:55:58 +00:00
Update tests.yaml
This commit is contained in:
8
.github/workflows/tests.yaml
vendored
8
.github/workflows/tests.yaml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
steps:
|
||||
- name: Configure git-lfs to ignore most files
|
||||
run: |
|
||||
git config --global lfs.fetchinclude 'packages/rive_flutter/**'
|
||||
git config --global lfs.fetchinclude '**'
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
lfs: true
|
||||
@ -18,12 +18,6 @@ jobs:
|
||||
with:
|
||||
flutter-version: "3.19.0"
|
||||
|
||||
- name: Build Shared Lib
|
||||
run: |
|
||||
cd shared_lib
|
||||
./build_shared.sh
|
||||
cd ../
|
||||
|
||||
- name: Run Flutter doctor
|
||||
run: flutter doctor
|
||||
|
||||
|
Reference in New Issue
Block a user