Skip to content

Commit

Permalink
Add db to workflow #4
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasss93 committed Dec 9, 2023
1 parent 04ad6eb commit 78ff110
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .env.testing
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
DB_HOST=db-test
DB_DATABASE=botdb-test
DB_USERNAME=botdb-test
DB_PASSWORD=botdb-test
4 changes: 0 additions & 4 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@
<server name="BOT_CHANNEL" value="123456"/>
<server name="BCRYPT_ROUNDS" value="4"/>
<server name="CACHE_DRIVER" value="array"/>
<server name="DB_HOST" value="db-test"/>
<server name="DB_DATABASE" value="botdb-test"/>
<server name="DB_USERNAME" value="botdb-test"/>
<server name="DB_PASSWORD" value="botdb-test"/>
<server name="MAIL_MAILER" value="array"/>
<server name="QUEUE_CONNECTION" value="sync"/>
<server name="SESSION_DRIVER" value="array"/>
Expand Down

0 comments on commit 78ff110

Please sign in to comment.