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 111c2ea commit 2db9ad0Copy full SHA for 2db9ad0
.github/workflows/callable-test.yml
@@ -51,7 +51,7 @@ jobs:
51
working-directory: ${{ inputs.directory }}
52
run: |
53
# 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
+ docker compose up --wait || docker compose up --wait || docker compose up --wait || docker compose up --wait || docker compose up --wait
55
56
- name: Install and configure PHP
57
uses: shivammathur/setup-php@v2
0 commit comments