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