Skip to content

Commit be6f89e

Browse files
wip
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
1 parent 191d63e commit be6f89e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/screenShotTest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ jobs:
6060
with:
6161
api-level: ${{ matrix.api-level }}
6262
force-avd-creation: false
63-
arch: x86
63+
arch:
6464
sdcard-path-or-size: 100M
6565
target: google_apis
66-
emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim -skin 500x833
66+
emulator-options: -no-metrics -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim -skin 500x833
6767
script: echo "Generated AVD snapshot for caching."
6868

6969
- name: Configure gradle daemon
@@ -93,7 +93,7 @@ jobs:
9393
arch: x86_64
9494
sdcard-path-or-size: 100M
9595
target: google_apis
96-
emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim -skin 500x833
96+
emulator-options: -no-metrics -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim -skin 500x833
9797
script: SHOT_TEST=true ./gradlew uninstallAll app:executeScreenshotTests -Dorg.gradle.jvmargs="--add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/java.nio.channels=ALL-UNNAMED --add-exports java.base/sun.nio.ch=ALL-UNNAMED" -Pandroid.testInstrumentationRunnerArguments.annotation=com.owncloud.android.utils.ScreenshotTest -Pandroid.testInstrumentationRunnerArguments.COLOR=${{ matrix.color }} -Pandroid.testInstrumentationRunnerArguments.DARKMODE=${{ matrix.scheme }}
9898
- name: upload failing results
9999
if: ${{ failure() }}

0 commit comments

Comments
 (0)