Use GitHub Actions for CI
This commit is contained in:
7
config/database.yml.ci
Normal file
7
config/database.yml.ci
Normal file
@ -0,0 +1,7 @@
|
||||
test:
|
||||
adapter: postgresql
|
||||
database: postgres
|
||||
pool: 32
|
||||
host: localhost
|
||||
username: postgres
|
||||
password: postgres
|
Reference in New Issue
Block a user