circleci try5

This commit is contained in:
Andrew Jackson (Ajax) 2023-07-12 16:28:30 -05:00
parent c6bc597676
commit e156ad92e0
2 changed files with 2 additions and 2 deletions

View File

@ -166,7 +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: ubuntu:20.04
- image: circleci/postgres:12 - image: circleci/postgres:12
environment: environment:
PGHOST: localhost PGHOST: localhost

View File

@ -166,7 +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: ubuntu:20.04
- image: circleci/postgres:12 - image: circleci/postgres:12
environment: environment:
PGHOST: localhost PGHOST: localhost