Skip to content

Commit 0cd79f6

Browse files
committed
fix: repair port config for mysql service in GitHub Workflow
1 parent 6397f05 commit 0cd79f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
MYSQL_DATABASE: shopware
1919
MYSQL_ROOT_PASSWORD: root
2020
ports:
21-
- 3306
21+
- 3306:3306
2222
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
2323

2424
steps:

0 commit comments

Comments
 (0)