diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4c7ff93672..c6c37f157a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,7 +28,7 @@ jobs: MYSQL_ROOT_PASSWORD: root MYSQL_DATABASE: ghost_testing ports: - - 3306 + - 3306:3306 options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 name: Node ${{ matrix.node }} - ${{ matrix.env.DB }} steps: