Skip to content

Commit

Permalink
[BROWSERTACK-GITHUB-ACTION] Change to ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
vgarciabnz committed Sep 20, 2023
1 parent 5644200 commit 942fe9e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/android-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [pull_request]

jobs:
test:
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
Expand All @@ -26,4 +26,5 @@ jobs:
script: ./gradlew :core:connectedDebugAndroidTest

- name: Jacoco report
run: ./gradlew jacocoReport --stacktrace --no-daemon
run: ./gradlew jacocoReport --stacktrace --no-daemon

0 comments on commit 942fe9e

Please sign in to comment.