Update tests.yaml

This commit is contained in:
Philip Chung
2024-03-07 11:32:17 -07:00
committed by GitHub
parent 17318ced56
commit 20083dcfb2

View File

@ -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