Skip to content

Commit a7dd119

Browse files
committed
Work in progress. Needs further testing.
1 parent 200b0d6 commit a7dd119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
MYSQL_ROOT_PASSWORD: password
1414
MYSQL_DATABASE: test
1515
ports:
16-
- 33306:3306
16+
- 3306:3306
1717
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
1818

1919
steps:

0 commit comments

Comments
 (0)