Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbali committed Mar 26, 2024
1 parent 469fbb2 commit 0cbbf0e
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 @@ -281,14 +281,14 @@ executors:
BUNDLER_VERSION: 2.4.20
RAILS_ENV: test
RACK_ENV: test
DATABASE_URL: "postgres://postgres@localhost/hmpps-book-secure-move-api"
DATABASE_URL: "postgres://postgres@localhost/hmpps-book-secure-move-api2"
EXTERNAL_URL: mocked_in_tests
ENCRYPTOR_SALT: "2EREZ8Xub/vt0ya1ZM6YKUwIMN72MbmqeWMq7KS4BV8oSJJc27rDpZYmA6AQGYcS"
EXTERNAL_WIREMOCK: "true"
- image: cimg/postgres:16.1
environment:
POSTGRES_USER: postgres
POSTGRES_DB: hmpps-book-secure-move-api
POSTGRES_DB: hmpps-book-secure-move-api2
LANG: C.utf8
- image: wiremock/wiremock:2.32.0-alpine
command: --port 8888
Expand Down

0 comments on commit 0cbbf0e

Please sign in to comment.