We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fc7181 commit 5c9aa45Copy full SHA for 5c9aa45
.github/workflows/tests.yml
@@ -16,7 +16,7 @@ jobs:
16
MYSQL_DATABASE: phalcon-migrations
17
MYSQL_ROOT_PASSWORD: root
18
ports:
19
- - 3306/tcp
+ - "3306:3306"
20
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
21
postgres:
22
image: postgres:10.8
0 commit comments