Skip to content

Commit

Permalink
Try another action for emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
vgaidarji committed May 9, 2020
1 parent 524bfc4 commit 5846df9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build, Test and Distribute
on: [push]
jobs:
build:
runs-on: ubuntu-latest
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- name: Build
Expand All @@ -20,10 +20,15 @@ jobs:
with:
args: "./gradlew testDebug jacocoTestReport checkstyle pmd jdepend lintDebug buildDashboard -PpreDexEnable=false"
- name: Run UI Tests
uses: vgaidarji/android-github-actions-emulator@v1.0.1
uses: reactivecircus/android-emulator-runner@v2
env:
FABRIC_API_KEY: ${{ secrets.FABRIC_API_KEY }}
FABRIC_API_SECRET: ${{ secrets.FABRIC_API_SECRET }}
with:
api-level: 29
arch: x86
disable-animations: true
script: ./gradlew connectedAndroidTest --stacktrace
- name: Distribute
uses: vgaidarji/android-github-actions-build@v1.0.1
env:
Expand Down

0 comments on commit 5846df9

Please sign in to comment.