We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a44e0d9 commit d416814Copy full SHA for d416814
.github/workflows/phpunit82.yml
@@ -74,7 +74,7 @@ jobs:
74
COMPOSE_DOCKER_CLI_BUILD: '1'
75
SERVICES_NAME: "app.php82 mysql80"
76
run: docker-compose up -d $SERVICES_NAME
77
- timeout-minutes: 1
+ timeout-minutes: 2
78
79
- name: Wait for all services to become healthy
80
run: for SVC in "app.php82" "mysql80"; do while [ "\"healthy\"" != "$(docker inspect --format '{{json .State.Health.Status }}' ${SVC})" ];do docker-compose ps && sleep 5; done; done
build/docker-ci.yaml
@@ -84,7 +84,6 @@ x-mysql: &mysql
84
85
version: '3.7'
86
services:
87
-
88
mysql80:
89
<<: *mysql
90
image: library/mysql:8.0.30-debian
0 commit comments