From 4a30d8411c941b8fb64dfb84724674f579037b72 Mon Sep 17 00:00:00 2001 From: Kevin Carrogan Date: Fri, 14 Jun 2024 12:02:25 +0100 Subject: [PATCH] Rename tests --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e1975ff6..c70ee481 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -61,7 +61,7 @@ jobs: name: Upload code coverage command: ./codecov - tests_pg13: + tests_postgres13: docker: - image: cimg/python:3.8.17 - image: circleci/redis:3.2-alpine @@ -161,5 +161,5 @@ workflows: test: jobs: - tests - - tests_pg13 + - tests_postgres13 - linting