Skip to content

Instantly share code, notes, and snippets.

@noelrappin
Created October 18, 2017 14:12
Show Gist options
  • Save noelrappin/d3dae7f8afbf8c8e475a7ec15f4380a2 to your computer and use it in GitHub Desktop.
Save noelrappin/d3dae7f8afbf8c8e475a7ec15f4380a2 to your computer and use it in GitHub Desktop.
version: 2
jobs:
build:
parallelism: 3
docker:
- image: circleci/ruby:2.4.2-node
environment:
PGHOST: 127.0.0.1
PGUSER: user
RAILS_ENV: test
SELENIUM_DRIVER_URL: http://localhost:4444/wd/hub
- image: circleci/postgres:9.6
environment:
POSTGRES_DB: rails-dev
POSTGRES_PASSWORD: ""
POSTGRES_USER: rails
- image: selenium/standalone-chrome:3.5.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment