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:
@@ -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"
|
||||
|
@@ -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'
|
||||
|
Reference in New Issue
Block a user