From 5c792c893db29314ca64a34f6db4b647582acf71 Mon Sep 17 00:00:00 2001 From: shindong96 <2006peter@naver.com> Date: Tue, 2 Apr 2024 18:49:16 +0900 Subject: [PATCH] =?UTF-8?q?ci:=20mysql=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04e537f8..7dff6e72 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,14 @@ jobs: java-version: '17' distribution: 'adopt' + - name: Set up MySQL + uses: mirromutth/mysql-action@v1.1 + with: + host port: 3306 + container port: 3306 + mysql database: 'gohigher' + mysql root password: 'password' } + - name: Checkout source code uses: actions/checkout@v2