Skip to content

Commit

Permalink
Updated: unit-test.yml
Browse files Browse the repository at this point in the history
Updated: build-apk.yml
  • Loading branch information
pakka-papad committed Oct 2, 2024
1 parent 5d168d4 commit 9f9a709
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: chmod +x gradlew

- name: Setup Gradle
uses: gradle/gradle-build-action@v3
uses: gradle/actions/setup-gradle@v4

- name: Build apk
run: ./gradlew assembleInternalRelease
Expand Down
10 changes: 2 additions & 8 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,7 @@ jobs:
run: chmod +x gradlew

- name: Setup Gradle
uses: gradle/gradle-build-action@v3
uses: gradle/actions/setup-gradle@v4

- name: Run unit tests
run: ./gradlew testDebug

- name: Upload test report
uses: actions/upload-artifact@v4
with:
name: unit_test_report
path: app/build/reports/test/testDebugUnitTest/
run: ./gradlew testDebug

0 comments on commit 9f9a709

Please sign in to comment.