Skip to content

Commit 2db9ad0

Browse files
Increase the retries of docker compose up because of flacky elasticsearch docker endpoint (#599)
The elasticsearch docker endpoint is flacky so we retry a little bit more.
1 parent 111c2ea commit 2db9ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/callable-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
working-directory: ${{ inputs.directory }}
5252
run: |
5353
# try a few times to start the docker services, if it may fails on the first tries
54-
docker compose up --wait || docker compose up --wait || docker compose up --wait
54+
docker compose up --wait || docker compose up --wait || docker compose up --wait || docker compose up --wait || docker compose up --wait
5555
5656
- name: Install and configure PHP
5757
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)