Skip to content

Commit

Permalink
add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
frontegg-david committed Oct 2, 2024
1 parent 0179336 commit a797755
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/onTestWorkflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,14 @@ jobs:
- name: Build release test apk
run: ./gradlew :embedded:assembleRelease -Pandroid.injected.signing.store.file="${{ github.workspace }}/.github/test-jks/release.keystore" -Pandroid.injected.signing.store.password="android" -Pandroid.injected.signing.key.alias="androidreleasekey" -Pandroid.injected.signing.key.password="android"

- name: Upload a Build Artifact
- name: Upload a Assemble Debug Artifact
uses: actions/[email protected]
with:
name: dsTemplate.apk
path: app/build/outputs/apk/debug/app-debug.apk
name: test-debug.apk
path: embedded/build/outputs/apk/debug/embedded-debug.apk

- name: Upload a Assemble Release Artifact
uses: actions/[email protected]
with:
name: test-release.apk
path: embedded/build/outputs/apk/release/embedded-release.apk

0 comments on commit a797755

Please sign in to comment.