From ec3e65676cb1ef4338d9ebbe4ca5d05b830d40dc Mon Sep 17 00:00:00 2001 From: Robert Schulze Dieckhoff Date: Mon, 7 Oct 2024 15:38:42 +0200 Subject: [PATCH] Added profile --- .github/workflows/android_ui_tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/android_ui_tests.yml b/.github/workflows/android_ui_tests.yml index 7566845a..cef0e7e0 100644 --- a/.github/workflows/android_ui_tests.yml +++ b/.github/workflows/android_ui_tests.yml @@ -41,13 +41,11 @@ jobs: - name: Boot emulator and run tests uses: reactivecircus/android-emulator-runner@v2 - env: - ADYEN_TEST_CLIENT_KEY: "ABC" - ADYEN_TEST_X_API_KEY: "1234" with: api-level: 34 target: google_apis arch: x86_64 + profile: Pixel 5 force-avd-creation: false emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none disable-animations: false