From 89f1971d52d8e90fcbeeab677af860a60e752d93 Mon Sep 17 00:00:00 2001 From: Beshoy Girgis Date: Sat, 5 Dec 2020 01:40:13 +0000 Subject: [PATCH] Map mysql port to host --- .github/workflows/laravel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index 6cffb1d0c..118f8e852 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -17,9 +17,9 @@ jobs: MYSQL_ALLOW_EMPTY_PASSWORD: yes MYSQL_DATABASE: TEST ports: - - 3306 + - 3306:3306 options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 - + steps: - uses: actions/checkout@v2 - name: Copy .env