Skip to content

Commit f6d6664

Browse files
committed
Add --health-start-period
1 parent f60b6f0 commit f6d6664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
volumes:
5555
- /var/tmp/redmine-60002_data/files:/usr/src/redmine/files
5656
- /var/tmp/redmine-60002_data/sqlite:/usr/src/redmine/sqlite
57-
options: --health-cmd="wget -O /dev/null http://localhost:3000" --health-interval=30s --health-timeout=30s --health-retries=3
57+
options: --health-cmd="wget -O /dev/null http://localhost:3000" --health-start-period=30s --health-interval=30s --health-timeout=30s --health-retries=3
5858

5959
strategy:
6060
fail-fast: false

0 commit comments

Comments
 (0)