Skip to content

Commit

Permalink
Fix yamllint
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Aug 28, 2024
1 parent 951c057 commit e9fd808
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---

# Couldn't automatically generate a config from your source code.
# This is a generic template to serve as a base for your custom config
# See: https://circleci.com/docs/configuration-reference
Expand All @@ -13,7 +15,7 @@ jobs:
- run:
name: Run tests
# command: echo 'replace me with real tests!' && false
command: cpanm -iqn --installdeps . && perl Makefile.PL && make test
command: cpanm -iqn --installdeps . && perl Makefile.PL && make test
build:
docker:
- image: cimg/base:stable
Expand Down

0 comments on commit e9fd808

Please sign in to comment.