We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10c1550 commit a477a3bCopy full SHA for a477a3b
.github/workflows/tests.yaml
@@ -67,6 +67,7 @@ jobs:
67
MYSQL_ROOT_PASSWORD: secret
68
ports:
69
- 3306:3306
70
+ options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
71
steps:
72
- name: Checkout Kanboard repo
73
uses: actions/checkout@v2
0 commit comments