We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a593054 commit 96f17a7Copy full SHA for 96f17a7
.github/workflows/tests_e2e.yml
@@ -85,7 +85,12 @@ jobs:
85
shell: bash
86
87
- name: Build Android App
88
- run: cd tests/android && ./gradlew assembleDebug assembleAndroidTest -DtestBuildType=debug -Dorg.gradle.daemon=false
+ uses: nick-invision/retry@v2
89
+ with:
90
+ timeout_minutes: 10
91
+ retry_wait_seconds: 60
92
+ max_attempts: 3
93
+ command: cd tests/android && ./gradlew assembleDebug assembleAndroidTest -DtestBuildType=debug -Dorg.gradle.daemon=false
94
95
- name: Pre-fetch Javascript bundle
96
# Prebuild the bundle so that's fast when the app starts.
0 commit comments