We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f07ef9 commit a5f5485Copy full SHA for a5f5485
.github/workflows/maven-deploy.yml
@@ -25,7 +25,7 @@ jobs:
25
run: mvn -B package --file pom.xml
26
env:
27
MYSQL_HOST: 127.0.0.1
28
- MYSQL_PORT: ${{ job.services.mariadb.ports[3306] }}
+ MYSQL_PORT: ${{ job.services.mysql.ports[3306] }}
29
MYSQL_USER: test
30
MYSQL_PASSWORD: test
31
- name: Deploy to JavaWebStack Repository
0 commit comments