Skip to content

Commit 5c9aa45

Browse files
committed
Change ports definition
1 parent 5fc7181 commit 5c9aa45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
MYSQL_DATABASE: phalcon-migrations
1717
MYSQL_ROOT_PASSWORD: root
1818
ports:
19-
- 3306/tcp
19+
- "3306:3306"
2020
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
2121
postgres:
2222
image: postgres:10.8

0 commit comments

Comments
 (0)