From c0bbc64aaed3f173b5342f379e96c6e943d99874 Mon Sep 17 00:00:00 2001 From: Mike Decker Date: Thu, 29 Aug 2024 08:06:14 -0700 Subject: [PATCH] fixup --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bbfe370..2cc15d9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -50,7 +50,7 @@ jobs: MYSQL_PASSWORD: drupal MYSQL_ROOT_PASSWORD: drupal ports: - - 33306:3306 + - 3306:3306 options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 steps: - uses: actions/checkout@v4