Skip to content

Commit

Permalink
Fix circle build
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmorrison committed Mar 27, 2022
1 parent cc56f99 commit 3ae5f85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ jobs:
environment:
RAILS_ENV: test
docker:
- image: circleci/ruby:3.1.1-node-browsers
- image: cimg/ruby:3.1.1
environment:
PGHOST: localhost
PGUSER: buildlight
RAILS_ENV: test
- image: postgres:10.1-alpine
- image: postgres:latest
environment:
POSTGRES_USER: buildlight
POSTGRES_DB: buildlight_test
Expand Down

0 comments on commit 3ae5f85

Please sign in to comment.