ci(pr): Unit test for KMM modules [skip ci]

This commit is contained in:
Ahmad Ansori Palembani 2024-09-20 07:35:38 +07:00
parent 61870c1115
commit 5d457a7ae5
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -33,7 +33,7 @@ jobs:
cp .github/runner-files/ci-gradle.properties ~/.gradle/gradle.properties cp .github/runner-files/ci-gradle.properties ~/.gradle/gradle.properties
- name: Build and run tests - name: Build and run tests
run: ./gradlew assembleStandardRelease testStandardReleaseUnitTest run: ./gradlew assembleStandardRelease testReleaseUnitTest testStandardReleaseUnitTest
- name: Publish test report - name: Publish test report
uses: mikepenz/action-junit-report@v4 uses: mikepenz/action-junit-report@v4