forked from External/greenlight
Attempt to fix workflow (#2492)
This commit is contained in:
parent
520ce28cf4
commit
cfe9b1e787
|
@ -1,6 +1,11 @@
|
|||
env:
|
||||
RUBY_VERSION: 2.7.2
|
||||
DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres
|
||||
DB_ADAPTER: postgresql
|
||||
DB_HOST: localhost
|
||||
DB_NAME: postgres
|
||||
DB_USERNAME: postgres
|
||||
DB_PASSWORD: postgres
|
||||
DB_PORT: 5432
|
||||
|
||||
name: CI
|
||||
on:
|
||||
|
|
Loading…
Reference in New Issue