Skip to content

Commit

Permalink
Turn off verbosity on CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Sep 17, 2024
1 parent c11c144 commit 3287379
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# PATH: ~/perl5/bin:/bin:/usr/bin
AUTOMATED_TESTING: 1
NO_NETWORK_TESTING: 1
command: sudo cpanm -ivn --installdeps . || sudo cat /root/.cpan/work/*/build.log
command: sudo cpanm -in --installdeps . || sudo cat /root/.cpan/work/*/build.log
- run:
name: Make Module
environment:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
- name: Install Dependencies
env:
AUTOMATED_TESTING: 1
AUTHOR_TESTING: 1
run: |
cpanm -iqn --skip-satisfied ExtUtils::PL2Bat File::Spec
cpanm -iqn --skip-satisfied ExtUtils::MakeMaker LWP::Simple::WithCache LWP::Protocol::https
Expand Down

0 comments on commit 3287379

Please sign in to comment.