Skip to content

Commit 8d1e25a

Browse files
committed
#151 - Change ports definition
1 parent 5448f7a commit 8d1e25a

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
@@ -17,7 +17,7 @@ jobs:
1717
MYSQL_DATABASE: phalcon-migrations
1818
MYSQL_ROOT_PASSWORD: root
1919
ports:
20-
- 3306/tcp
20+
- "3306:3306"
2121
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
2222
postgres:
2323
image: postgres:10.8

0 commit comments

Comments
 (0)