Skip to content

Commit 9f07ef9

Browse files
committed
Tried to add testing
1 parent 03fe3dd commit 9f07ef9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/maven-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
- name: Build
2525
run: mvn -B package --file pom.xml
2626
env:
27-
MYSQL_HOST: mysql
27+
MYSQL_HOST: 127.0.0.1
28+
MYSQL_PORT: ${{ job.services.mariadb.ports[3306] }}
2829
MYSQL_USER: test
2930
MYSQL_PASSWORD: test
3031
- name: Deploy to JavaWebStack Repository

0 commit comments

Comments
 (0)