From 3287379009c1231491a328df41b7b3cb7611fb0b Mon Sep 17 00:00:00 2001 From: Nigel Horne Date: Tue, 17 Sep 2024 19:50:11 -0400 Subject: [PATCH] Turn off verbosity on CircleCI --- .circleci/config.yml | 2 +- .github/workflows/test.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6765620..c843e9c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e0be595..b2bd664 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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