We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b8ebfb commit 03fe3ddCopy full SHA for 03fe3dd
.github/workflows/maven-deploy.yml
@@ -14,6 +14,7 @@ jobs:
14
MYSQL_RANDOM_ROOT_PASSWORD: yes
15
ports:
16
- 3306
17
+ options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3
18
steps:
19
- uses: actions/checkout@v2
20
- name: Set up JDK 1.8
@@ -23,6 +24,7 @@ jobs:
23
24
- name: Build
25
run: mvn -B package --file pom.xml
26
env:
27
+ MYSQL_HOST: mysql
28
MYSQL_USER: test
29
MYSQL_PASSWORD: test
30
- name: Deploy to JavaWebStack Repository
0 commit comments