Skip to content

Commit 9727398

Browse files
Merge pull request #223 from nextcloud/feat/workflow-auto-update-phpunit-mysql.yml
Updating phpunit-mysql.yml workflow from template
2 parents 7a0c891 + 57bf3ea commit 9727398

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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)