mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-04 22:18:27 +00:00
ci: Port CI test from Travis to Github Actions (#24846)
This commit is contained in:
committed by
GitHub
parent
b5792872e9
commit
0f60f08f3e
16
.github/helper/site_config.json
vendored
Normal file
16
.github/helper/site_config.json
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"db_host": "127.0.0.1",
|
||||
"db_port": 3306,
|
||||
"db_name": "test_frappe",
|
||||
"db_password": "test_frappe",
|
||||
"auto_email_id": "test@example.com",
|
||||
"mail_server": "smtp.example.com",
|
||||
"mail_login": "test@example.com",
|
||||
"mail_password": "test",
|
||||
"admin_password": "admin",
|
||||
"root_login": "root",
|
||||
"root_password": "travis",
|
||||
"host_name": "http://test_site:8000",
|
||||
"install_apps": ["erpnext"],
|
||||
"throttle_user_limit": 100
|
||||
}
|
||||
Reference in New Issue
Block a user