Skip to content

Commit

Permalink
fix for instrumental test automation for DIA-3574-update-sdk-dep-v3
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdan-go-wombat committed Apr 29, 2024
1 parent 3f750f9 commit 044ab21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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


0 comments on commit 044ab21

Please sign in to comment.