]> git.mxchange.org Git - friendica.git/commitdiff
add command args as options
authorArt4 <art4@wlabs.de>
Wed, 6 Nov 2024 22:59:45 +0000 (22:59 +0000)
committerArt4 <art4@wlabs.de>
Wed, 6 Nov 2024 22:59:45 +0000 (22:59 +0000)
.github/workflows/php.yml

index 1bb7ed066dc519233de7b12de02c5103c4cb5149..44e076f9c3e492572ddfc67f3dbb55080d263ed1 100644 (file)
@@ -14,13 +14,9 @@ jobs:
           MYSQL_DATABASE: test
           MYSQL_PASSWORD: test
           MYSQL_USER: test
-        command:
-          - --max-allowed-packet=64M
-          - --wait-timeout=28800
-          - --interactive-timeout=28800
         ports:
           - 3306/tcp
-        options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
+        options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 --wait-timeout=28800 --interactive-timeout=28800
       redis:
         image: redis
         ports: