Attempt to fix workflow (#2492)

This commit is contained in:
Ahmad Farhat 2021-01-30 13:05:23 -05:00 committed by GitHub
parent 520ce28cf4
commit cfe9b1e787
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
env: env:
RUBY_VERSION: 2.7.2 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 name: CI
on: on: