Skip to content

Commit

Permalink
Fix YAML syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Sep 6, 2024
1 parent 0b24478 commit ea80623
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,22 +38,22 @@ jobs:
environment:
# PATH: ~/perl5/bin:/bin:/usr/bin
AUTOMATED_TESTING: 1
NO_NETWORK_TESTING: 1
NO_NETWORK_TESTING: 1
- run:
name: Make Module
command: sudo chown -R circleci . && perl Makefile.PL && make
environment:
# PATH: ~/perl5/bin:/bin:/usr/bin
AUTOMATED_TESTING: 1
AUTHOR_TESTING: 1
NO_NETWORK_TESTING: 1
NO_NETWORK_TESTING: 1
- run:
name: Run tests
environment:
# PATH: ~/perl5/bin:/bin:/usr/bin
AUTOMATED_TESTING: 1
AUTHOR_TESTING: 1
NO_NETWORK_TESTING: 1
NO_NETWORK_TESTING: 1
# command: echo 'replace me with real tests!' && false
command: |
make test
Expand Down

0 comments on commit ea80623

Please sign in to comment.