File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101 target : google_apis
102102 arch : x86_64
103103 force-avd-creation : false
104- emulator-options : -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none -camera-front none
104+ emulator-options : -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none -camera-front none -dns-server 8.8.8.8
105105 disable-animations : false
106106 script : echo "AVD snapshot created for caching"
107107
@@ -121,11 +121,10 @@ jobs:
121121 target : google_apis
122122 arch : x86_64
123123 force-avd-creation : false
124- emulator-options : -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none -camera-front none
124+ emulator-options : -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none -camera-front none -dns-server 8.8.8.8
125125 disable-animations : true
126126 script : ./integration-tests/run_tests_ci.sh com.iterable.integration.tests.InAppMessageIntegrationTest testInAppMessageMVP
127127 env :
128- ANDROID_EMULATOR_WAIT_TIME_BEFORE_KILL : 5
129128 ITERABLE_API_KEY : ${{ secrets.BCIT_ITERABLE_API_KEY }}
130129 ITERABLE_SERVER_API_KEY : ${{ secrets.BCIT_ITERABLE_SERVER_API_KEY }}
131130 ITERABLE_TEST_USER_EMAIL : ${{ secrets.BCIT_ITERABLE_TEST_USER_EMAIL }}
You can’t perform that action at this time.
0 commit comments