Skip to content

Commit 5580248

Browse files
committed
Testing CI failures
1 parent efbcbdd commit 5580248

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ jobs:
4646
- uses: perl-actions/[email protected]
4747
with:
4848
cpanfile: "cpanfile"
49-
args: "-v --reinstall --with-suggests"
49+
args: "--reinstall --with-suggests"
5050
sudo: false
51+
verbose: true
5152
- name: Makefile.PL
5253
run: perl Makefile.PL
5354
- name: make test

t/style/critic.t

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ skip_unless_author('Coding style tests');
4949
use_prereq('Perl::Critic::Utils');
5050
use_prereq('Test::Perl::Critic');
5151

52+
warn("Perl::Critic", Perl::Critic::VERSION, "\n");
53+
5254
# Force the embedded Perl::Tidy check to use the correct configuration.
5355
local $ENV{PERLTIDY} = 't/data/perltidyrc';
5456

0 commit comments

Comments
 (0)