Skip to content

Commit

Permalink
Merge pull request #1248 from Infomaniak/removeUITest
Browse files Browse the repository at this point in the history
Temporary: Remove UI test
  • Loading branch information
FabianDevel authored Mar 13, 2024
2 parents f6eed30 + 33e8c8a commit fb5581c
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,17 @@ jobs:
- name: Run Unit tests
run: ./gradlew testDebugUnitTest --stacktrace

- name: Run instrumentation tests
uses: ReactiveCircus/android-emulator-runner@v2.30.1
with:
api-level: ${{ matrix.api-level }}
target: ${{ matrix.target }}
profile: pixel_7
arch: arm64-v8a
disk-size: 6G
avd-name: kdrive-test
force-avd-creation: false
disable-animations: true
emulator-options: -no-snapshot-save -noaudio -no-boot-anim -camera-back none -skin 540x1110
# emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none -skin 540x1110
script: ./gradlew uninstallAll app:connectedStandardDebugAndroidTest --stacktrace
# - name: Run instrumentation tests
# uses: ReactiveCircus/android-emulator-runner@v2.30.1
# with:
# api-level: ${{ matrix.api-level }}
# target: ${{ matrix.target }}
# profile: pixel_7
# arch: arm64-v8a
# disk-size: 6G
# avd-name: kdrive-test
# force-avd-creation: false
# disable-animations: true
# emulator-options: -no-snapshot-save -noaudio -no-boot-anim -camera-back none -skin 540x1110
# # emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none -skin 540x1110
# script: ./gradlew uninstallAll app:connectedStandardDebugAndroidTest --stacktrace

0 comments on commit fb5581c

Please sign in to comment.