Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandregpereira committed Jun 23, 2024
1 parent 8fffb4f commit 1452260
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Build with Gradle
env:
MONSTER_COMPENDIUM_KEYSTORE_PASSWORD: ${{ secrets.MONSTER_COMPENDIUM_KEYSTORE_PASSWORD }}
run: ./gradlew assembleRelease testReleaseUnitTest jvmTest -Pdev
run: ./gradlew assembleDebug testDebugUnitTest jvmTest assembleRelease -Pdev

- name: Run Android UI tests
uses: reactivecircus/android-emulator-runner@v2
Expand Down
14 changes: 4 additions & 10 deletions .github/workflows/PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Build with Gradle
env:
MONSTER_COMPENDIUM_KEYSTORE_PASSWORD: ${{ secrets.MONSTER_COMPENDIUM_KEYSTORE_PASSWORD }}
run: ./gradlew assembleDebug testDebugUnitTest jvmTest -Pdev
run: ./gradlew assembleDebug testDebugUnitTest jvmTest

- name: Run Android UI tests
uses: reactivecircus/android-emulator-runner@v2
Expand All @@ -57,17 +57,11 @@ jobs:
- name: Upload an APK
uses: actions/[email protected]
with:
name: app-dev-release.apk
path: app/build/outputs/apk/release/app-dev-release.apk
name: app-debug.apk
path: app/build/outputs/apk/debug/app-debug.apk

- name: Upload an APK metadata JSON
uses: actions/[email protected]
with:
name: output-metadata.json
path: app/build/outputs/apk/release/output-metadata.json

- name: Upload an AAB
uses: actions/[email protected]
with:
name: app-release.aab
path: app/build/outputs/bundle/release/app-release.aab
path: app/build/outputs/apk/debug/output-metadata.json

0 comments on commit 1452260

Please sign in to comment.