From 20083dcfb2b311198c93486139ec9c0e90c6c185 Mon Sep 17 00:00:00 2001 From: Philip Chung Date: Thu, 7 Mar 2024 11:32:17 -0700 Subject: [PATCH] Update tests.yaml --- .github/workflows/tests.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 9b7088dd..7d4d0384 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -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