for i in {1..10}; do
./gradlew integrationTest || {echo "Failed after $i attempts" && break}
done
Created
August 22, 2023 15:18
-
-
Save kjivan/093447fa11a66ea7da1bb0352dad4aad to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment