Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
amberin authored Aug 13, 2024
1 parent 86ede7b commit bc43e1b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,11 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4

- name: Gradle Test
run: ./gradlew testDebugUnitTest
- name: Gradle build Fdroid
run: ./gradlew buildFdroidDebugUnitTest

- name: Gradle test Fdroid
run: ./gradlew testFdroidDebugUnitTest

instrumentedTests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bc43e1b

Please sign in to comment.