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 f60b6f0 commit f6d6664Copy full SHA for f6d6664
.github/workflows/tests.yml
@@ -54,7 +54,7 @@ jobs:
54
volumes:
55
- /var/tmp/redmine-60002_data/files:/usr/src/redmine/files
56
- /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
+ options: --health-cmd="wget -O /dev/null http://localhost:3000" --health-start-period=30s --health-interval=30s --health-timeout=30s --health-retries=3
58
59
strategy:
60
fail-fast: false
0 commit comments