From 2000d12b3fc4e726bfbb393f5e2efe4fbf43b80c Mon Sep 17 00:00:00 2001 From: ji-eunsoo <132241702+ji-eunsoo@users.noreply.github.com> Date: Thu, 5 Oct 2023 15:07:13 +0900 Subject: [PATCH] =?UTF-8?q?DB=E3=81=AE=E7=92=B0=E5=A2=83=E5=A4=89=E6=95=B0?= =?UTF-8?q?=E3=82=92=E8=A8=AD=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/unit-test.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index 4bc996160..1edbe3bcb 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -43,7 +43,13 @@ jobs: composer install - name: Setup EC-CUBE run: | - php eccube_install.php sqlite none #26行目でcomposerインストールしているためスキップ + php eccube_install.php $DB none #26行目でcomposerインストールしているためスキップ + env: + DB: mysql + USER: root + DBNAME: myapp_test + DBPASS: password + DBUSER: root - name: Php Unit Test run: | vendor/bin/phpunit