Skip to content

Commit 345c250

Browse files
committed
Updating phpunit-mysql.yml workflow from template
Signed-off-by: Nextcloud bot <[email protected]>
1 parent 2de6d21 commit 345c250

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/phpunit-mysql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- 4444:3306/tcp
7272
env:
7373
MYSQL_ROOT_PASSWORD: rootpassword
74-
options: --health-cmd="mysqladmin ping" --health-interval 5s --health-timeout 2s --health-retries 5
74+
options: --health-cmd="mysqladmin ping" --health-interval 5s --health-timeout 2s --health-retries 10
7575

7676
steps:
7777
- name: Set app env
@@ -109,7 +109,7 @@ jobs:
109109
110110
- name: Check composer file existence
111111
id: check_composer
112-
uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v2
112+
uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v3.0.0
113113
with:
114114
files: apps/${{ env.APP_NAME }}/composer.json
115115

0 commit comments

Comments
 (0)