From 044ab21964f0758c511629eb0626a5d4c7c3243a Mon Sep 17 00:00:00 2001 From: bohdan-go-wombat Date: Mon, 29 Apr 2024 16:11:21 +0300 Subject: [PATCH] fix for instrumental test automation for DIA-3574-update-sdk-dep-v3 --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b510ab253..3afdb0a89 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ on: # - '!samples/nativemessage/*' jobs: unit-test-cmplib: - runs-on: macos-latest + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: set up JDK 11 @@ -37,7 +37,7 @@ jobs: - name: Unit Tests cmplibrary run: ./gradlew cmplibrary:test integration-tests-cmplib: - runs-on: macos-latest + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: set up JDK 11 @@ -59,7 +59,7 @@ jobs: - name: Integration cmplibrary UI tests uses: reactivecircus/android-emulator-runner@v2 with: - api-level: 27 + api-level: 29 script: ./gradlew cmplibrary:connectedAndroidTest