Skip to content

Commit

Permalink
add lfs config in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmodesto committed Jun 10, 2024
1 parent 7e044e7 commit 9af7d7c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/android-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
lfs: true

- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v3
Expand All @@ -41,12 +43,12 @@ jobs:
- name: Check build-logic
run: ./gradlew check -p build-logic

- name: Unit tests
run: ./gradlew testDemoDebugUnitTest

- name: Snapshot tests
run: ./gradlew core:ui:verifyPaparazziDemoDebug

- name: Unit tests
run: ./gradlew testDemoDebugUnitTest

- name: Build APK
run: ./gradlew app:assembleDebug

Expand Down

0 comments on commit 9af7d7c

Please sign in to comment.