circleci try 4

This commit is contained in:
Andrew Jackson (Ajax) 2023-07-12 16:21:14 -05:00
parent 1b491d7c4a
commit c6bc597676
2 changed files with 2 additions and 0 deletions

View File

@ -166,6 +166,7 @@ jobs:
description: Test suite name to report to CircleCI. description: Test suite name to report to CircleCI.
executor: << parameters.executor >> executor: << parameters.executor >>
docker: docker:
- image: cimg/base
- image: circleci/postgres:12 - image: circleci/postgres:12
environment: environment:
PGHOST: localhost PGHOST: localhost

View File

@ -166,6 +166,7 @@ jobs:
description: Test suite name to report to CircleCI. description: Test suite name to report to CircleCI.
executor: << parameters.executor >> executor: << parameters.executor >>
docker: docker:
- image: cimg/base
- image: circleci/postgres:12 - image: circleci/postgres:12
environment: environment:
PGHOST: localhost PGHOST: localhost