mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-09-23 12:35:55 -04:00
gitlab-ci: retry flaky testFullDebugUnitTest
This commit is contained in:
1 parent
474bbdfdbd
commit
06b6f8794f
1 file changed
+1
-1
+1
-1
@@ -40,7 +40,7 @@ test_lint_pmd_checkstyle:
|
||||
- ./gradlew assemble
|
||||
# always report on lint errors to the build log
|
||||
- sed -i -e 's,textReport .*,textReport true,' app/build.gradle
|
||||
- ./gradlew testFullDebugUnitTest
|
||||
- ./gradlew testFullDebugUnitTest || ./gradlew testFullDebugUnitTest || ./gradlew testFullDebugUnitTest || set_error
|
||||
- ./gradlew lint
|
||||
- ./gradlew pmd || (export EXITVALUE=1; echo ERROR !!)
|
||||
- ./gradlew checkstyle || (export EXITVALUE=1; echo ERROR !!)
|
||||
|
||||
Reference in new issue
Block a user