Skip to content

Commit

Permalink
CircleCI coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Aug 28, 2024
1 parent 82743b1 commit 2ab3754
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ab3754

Please sign in to comment.