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 2de6d21 commit 345c250Copy full SHA for 345c250
.github/workflows/phpunit-mysql.yml
@@ -71,7 +71,7 @@ jobs:
71
- 4444:3306/tcp
72
env:
73
MYSQL_ROOT_PASSWORD: rootpassword
74
- options: --health-cmd="mysqladmin ping" --health-interval 5s --health-timeout 2s --health-retries 5
+ options: --health-cmd="mysqladmin ping" --health-interval 5s --health-timeout 2s --health-retries 10
75
76
steps:
77
- name: Set app env
@@ -109,7 +109,7 @@ jobs:
109
110
- name: Check composer file existence
111
id: check_composer
112
- uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v2
+ uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v3.0.0
113
with:
114
files: apps/${{ env.APP_NAME }}/composer.json
115
0 commit comments