We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e401ad commit 47cfb16Copy full SHA for 47cfb16
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
MYSQL_ROOT_PASSWORD: root
14
MYSQL_DATABASE: wordpress_test
15
ports:
16
- - 3306/3306
+ - 3306:3306
17
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
18
strategy:
19
matrix:
0 commit comments