Skip to content

Commit

Permalink
only enable working modules for now
Browse files Browse the repository at this point in the history
  • Loading branch information
murki committed Aug 26, 2024
1 parent 54f60ff commit bbf4c11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ jobs:
- name: Gradle capture-timber unit tests
working-directory: ./platform/jvm
run: ./gradlew capture-timber:testReleaseUnitTest --info
- name: Check Licenses for all Modules
- name: Check Licenses for modules
working-directory: ./platform/jvm
run: ./gradlew checkLicense --info
run: ./gradlew replay:checkLicense common:checkLicense # capture:checkLicense doesn't work at the moment
- name: Instrumentation Tests
uses: reactivecircus/android-emulator-runner@f0d1ed2dcad93c7479e8b2f2226c83af54494915 # pin@v2.32
with:
Expand Down

0 comments on commit bbf4c11

Please sign in to comment.