Skip to content

Commit

Permalink
DBの環境変数を設定
Browse files Browse the repository at this point in the history
  • Loading branch information
ji-eunsoo authored Oct 5, 2023
1 parent 9ddc74b commit 2000d12
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2000d12

Please sign in to comment.