Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andreynovikov authored Dec 29, 2023
1 parent 6c57646 commit 21ab1b4
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ jobs:
with:
distribution: 'temurin'
java-version: 17
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Execute unit tests
run: ./gradlew test --stacktrace

Expand All @@ -65,9 +63,6 @@ jobs:
distribution: 'temurin'
java-version: 17

# - name: Make gradlew executable
# run: chmod +x ./gradlew

- name: Gradle cache
uses: gradle/gradle-build-action@v2

Expand All @@ -88,7 +83,7 @@ jobs:
target: ${{ matrix.target }}
arch: x86_64
force-avd-creation: false
# emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
script: echo "Generated AVD snapshot for caching"

Expand All @@ -99,6 +94,6 @@ jobs:
target: ${{ matrix.target }}
arch: x86_64
force-avd-creation: false
emulator-options: -no-snapshot-save # -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
script: ./gradlew connectedCheck
script: ./gradlew connectedCheck --stacktrace

0 comments on commit 21ab1b4

Please sign in to comment.