This is an automated email from the ASF dual-hosted git repository.
orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 74783db794c (chores) ci: re-run failed integration tests
74783db794c is described below
commit 74783db794c8388e8a43bf7ca93e4ceff4c8c69b
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Tue Aug 2 11:39:13 2022 +0200
(chores) ci: re-run failed integration tests
---
.github/actions/quick-test/quick-test.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/actions/quick-test/quick-test.sh
b/.github/actions/quick-test/quick-test.sh
index 36816cab505..0dfea87f865 100755
--- a/.github/actions/quick-test/quick-test.sh
+++ b/.github/actions/quick-test/quick-test.sh
@@ -22,7 +22,7 @@
# The log file is archived by the action (see: action.yaml file)
# Modify maven options here if needed
-MVN_DEFAULT_OPTS="-Dmaven.compiler.fork=true
-Dsurefire.rerunFailingTestsCount=2"
+MVN_DEFAULT_OPTS="-Dmaven.compiler.fork=true
-Dsurefire.rerunFailingTestsCount=2 -Dfailsafe.rerunFailingTestsCount=2"
MVN_OPTS=${MVN_OPTS:-$MVN_DEFAULT_OPTS}
# Script variables