Skip to content

Commit

Permalink
Changed CI emulator settings
Browse files Browse the repository at this point in the history
  • Loading branch information
federicoiosue committed Jul 28, 2020
1 parent ee79f4c commit bb25be5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ on:
jobs:
build-and-test:
name: Build and run tests
# runs-on: ubuntu-latest
runs-on: macos-latest # Switched to macOS
runs-on: macos-latest
steps:
- name: Checkout current develop branch
uses: actions/checkout@v1
Expand All @@ -19,10 +18,10 @@ jobs:
- name: Run instrumentation tests
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
api-level: 28
arch: x86
profile: Nexus 6
avd-name: test
emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim -camera-back none
emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim
disable-animations: true
script: ./gradlew connectedPlayDebugAndroidTest connectedFossDebugAndroidTest

0 comments on commit bb25be5

Please sign in to comment.