Skip to content

Commit d416814

Browse files
committed
fix ci timeout
1 parent a44e0d9 commit d416814

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/phpunit82.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
COMPOSE_DOCKER_CLI_BUILD: '1'
7575
SERVICES_NAME: "app.php82 mysql80"
7676
run: docker-compose up -d $SERVICES_NAME
77-
timeout-minutes: 1
77+
timeout-minutes: 2
7878

7979
- name: Wait for all services to become healthy
8080
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

-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ x-mysql: &mysql
8484

8585
version: '3.7'
8686
services:
87-
8887
mysql80:
8988
<<: *mysql
9089
image: library/mysql:8.0.30-debian

0 commit comments

Comments
 (0)