Run integration tests on Github Actions

This commit is contained in:
Frédéric Guillot
2020-06-13 12:37:08 -07:00
parent 55f4a6ed74
commit d636cec8f3
18 changed files with 119 additions and 286 deletions

View File

@@ -5,8 +5,8 @@
</testsuite>
</testsuites>
<php>
<const name="BASE_URL" value="http://app/" />
<const name="API_URL" value="http://app/jsonrpc.php" />
<const name="BASE_URL" value="http://127.0.0.1/" />
<const name="API_URL" value="http://127.0.0.1/jsonrpc.php" />
<const name="API_KEY" value="test" />
</php>
</phpunit>