Skip to content

Commit

Permalink
Use Android and KMP integration test for Instrumented Test
Browse files Browse the repository at this point in the history
  • Loading branch information
bitPogo committed Feb 23, 2024
1 parent a798833 commit 55bf273
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-pull-request-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ jobs:
needs: build
uses: bitpogo/workflows/.github/workflows/shared-test-android-macos.yml@main
with:
# projects: "[':playground', ':integration-kmp', ':integration-android-application']"
projects: "[':playground']"
projects: "[':integration-kmp', ':integration-android-application']"
api-level: "['31']"
arch: "['x86_64']"
coverage: true
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
needs: build
uses: bitpogo/workflows/.github/workflows/shared-test-android-macos.yml@main
with:
# projects: "[':playground', ':integration-kmp', ':integration-android-application']"
projects: "[':playground']"
projects: "[':integration-kmp', ':integration-android-application']"
api-level: "['31']"
arch: "['x86_64']"
coverage: false
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ci-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ jobs:
needs: build
uses: bitpogo/workflows/.github/workflows/shared-test-android-macos.yml@main
with:
# projects: "[':playground', ':integration-kmp', ':integration-android-application']"
projects: "[':playground']"
projects: "[':integration-kmp', ':integration-android-application']"
api-level: "['31']"
arch: "['x86_64']"
coverage: true
Expand Down

0 comments on commit 55bf273

Please sign in to comment.