From 55bf273687b19e38caefe2e6fd993de9d9a6c96e Mon Sep 17 00:00:00 2001 From: Matthias Geisler Date: Fri, 23 Feb 2024 06:26:52 +0100 Subject: [PATCH] Use Android and KMP integration test for Instrumented Test --- .github/workflows/ci-pull-request-validation.yml | 3 +-- .github/workflows/ci-release.yml | 3 +-- .github/workflows/ci-snapshot.yml | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-pull-request-validation.yml b/.github/workflows/ci-pull-request-validation.yml index 8af207a8..3d3481ce 100644 --- a/.github/workflows/ci-pull-request-validation.yml +++ b/.github/workflows/ci-pull-request-validation.yml @@ -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 diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index d0b80453..a84b55fd 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -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 diff --git a/.github/workflows/ci-snapshot.yml b/.github/workflows/ci-snapshot.yml index 44dd8387..3961fbb7 100644 --- a/.github/workflows/ci-snapshot.yml +++ b/.github/workflows/ci-snapshot.yml @@ -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