Skip to content

Commit 638ef9e

Browse files
committed
dont boot mysql80 on phpunit82
1 parent b94c9fe commit 638ef9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/phpunit82.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@ jobs:
7272
env:
7373
DOCKER_BUILDKIT: '1'
7474
COMPOSE_DOCKER_CLI_BUILD: '1'
75-
SERVICES_NAME: "app.php82 mysql80"
75+
SERVICES_NAME: "app.php82"
7676
run: docker-compose up --force-recreate -d $SERVICES_NAME
7777
timeout-minutes: 3
7878

7979
- 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
80+
run: for SVC in "app.php82"; do while [ "\"healthy\"" != "$(docker inspect --format '{{json .State.Health.Status }}' ${SVC})" ];do docker-compose ps && sleep 5; done; done
8181
timeout-minutes: 3
8282

8383
- name: Sleep

0 commit comments

Comments
 (0)