David Cook
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
.circleci/config.yml
|
|
@ -6,6 +6,7 @@ aliases: |
|
|
|
- image: circleci/ruby:2.7-buster-node |
|
|
|
environment: &ruby_environment |
|
|
|
BUNDLE_APP_CONFIG: ./.bundle/ |
|
|
|
BUNDLE_PATH: ./vendor/bundle/ |
|
|
|
DB_HOST: localhost |
|
|
|
DB_USER: root |
|
|
|
RAILS_ENV: test |
|
|
|