Skip to content

Commit

Permalink
Update tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
philter authored Mar 7, 2024
1 parent 17318ce commit 20083dc
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,14 @@ 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
- uses: subosito/flutter-action@v2
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

Expand Down

0 comments on commit 20083dc

Please sign in to comment.