1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 01:25:01 +02:00

Attempt to port from GitLab CI to GitHub Actions

This commit is contained in:
Deltik
2019-11-27 16:55:53 -06:00
parent 6e8c81e652
commit e8cc0fb462
4 changed files with 111 additions and 1 deletions

View File

@@ -1,4 +1,7 @@
{
"name": "e107inc/e107-test",
"description": "Test harness for e107",
"license": "GPL-3.0-or-later",
"require-dev": {
"codeception/codeception": "^2.5",
"twig/twig": ">=1.28"

View File

@@ -2,7 +2,7 @@
deployer: 'local'
url: 'http://set-this-to-your-acceptance-test-url.local/'
db:
host: 'mysql'
host: 'db'
dbname: 'app'
user: 'root'
password: 'Database Password for Continuous Integration'