Skip to content

Commit

Permalink
ユニットテスト時 git の safe.directory を追加
Browse files Browse the repository at this point in the history
テストが失敗するため
  • Loading branch information
ryuring committed Nov 5, 2024
1 parent 19e44e5 commit d7428ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
"bin/cake install https://localhost [email protected] baserCMS1234 basercms --host bc-db --username root --password root"
],
"test": [
"git config --global --add safe.directory /var/www/html/",
"bin/cake setup test",
"Composer\\Config::disableProcessTimeout",
"vendor/bin/phpunit --colors=always"
Expand Down

0 comments on commit d7428ca

Please sign in to comment.