From 2ab37543499db8c7715cf281e51e603d3ef22a7e Mon Sep 17 00:00:00 2001 From: Nigel Horne Date: Wed, 28 Aug 2024 13:53:33 -0400 Subject: [PATCH] CircleCI coverage --- .circleci/config.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1bcc3be..c0a105e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,16 +8,14 @@ # Stacks detected: cicd:github-actions:.github/workflows version: 2.1 jobs: - machine: - environment: - PATH: ~/perl5/bin:$PATH - AUTOMATED_TESTING: 1 - AUTHOR_TESTING: 1 - test: docker: - image: cimg/base:stable - + machine: + environment: + PATH: ~/perl5/bin:$PATH + AUTOMATED_TESTING: 1 + AUTHOR_TESTING: 1 steps: - checkout # Replace this with a real test runner invocation