Skip to content

Commit 008ddfa

Browse files
committed
fix: port mapping for mariadb service
1 parent e1998b6 commit 008ddfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
mariadb:
4646
image: mariadb:latest
4747
ports:
48-
- 3306
48+
- 3306:3306
4949
env:
5050
MYSQL_DATABASE: matrix
5151
MYSQL_ROOT_PASSWORD: root

0 commit comments

Comments
 (0)