Skip to content

Commit

Permalink
Try this.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpendragon committed Jul 19, 2024
1 parent 16fd753 commit c2f8a11
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 @@ -8,6 +8,8 @@ executors:
builder:
docker:
- image: cimg/elixir:1.16.2-erlang-26.2.1-browsers
environment:
POSTGRES_PORT: 5432
- image: cimg/postgres:15.2
working_directory: ~/project

Expand Down Expand Up @@ -60,8 +62,6 @@ jobs:

run-unit-tests:
executor: builder
environment:
POSTGRES_PORT: 5432
steps:
- checkout
- install-deps:
Expand Down

0 comments on commit c2f8a11

Please sign in to comment.