Setup GitHub Actions

This commit is contained in:
Frédéric Guillot
2020-04-04 13:19:19 -07:00
parent 15792da159
commit 1ee17e995a
7 changed files with 88 additions and 36 deletions

View File

@@ -7,7 +7,7 @@
<php>
<const name="DB_DRIVER" value="postgres" />
<const name="DB_USERNAME" value="postgres" />
<const name="DB_PASSWORD" value="" />
<const name="DB_PASSWORD" value="postgres" />
<const name="DB_NAME" value="kanboard_unit_test" />
</php>
</phpunit>