We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25a11a0 commit e626508Copy full SHA for e626508
.github/workflows/tests.yml
@@ -54,6 +54,7 @@ jobs:
54
volumes:
55
- /tmp/.redmine-temp/redmine-60002_data/files:/usr/src/redmine/files
56
- /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
58
59
strategy:
60
fail-fast: false
0 commit comments