Skip to content

Commit e626508

Browse files
committed
Add healt check
1 parent 25a11a0 commit e626508

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

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

5859
strategy:
5960
fail-fast: false

0 commit comments

Comments
 (0)