Skip to content

Commit 384f2d0

Browse files
committed
Fix skip count
1 parent b2fa66c commit 384f2d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/alpine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
cpanm -iqn File::pfopen CGI::Info Geo::Location::Point Module::Info
4646
cpanm -iqn Test::DescribeMe Data::Validate::URI Log::Any::Adapter::Log4perl
4747
cpanm -iqn Text::xSV::Slurp Test::Carp Digest::CRC Test::Needs Array::Iterator
48-
cpanm -iqn Template::Filters Template::Plugin::EnvHash HTML::SocialMedia
48+
cpanm -iqn Template::Filters Template::Plugin::EnvHash HTML::SocialMedia Template::Plugin::JSON
4949
cpanm -iqfn CGI::IDS
5050
cpanm -iqn --installdeps .
5151
env:

t/bin.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ BIN: {
5252
}
5353
} else {
5454
diag('Author tests not required for installation');
55-
skip('Author tests not required for installation', 26);
55+
skip('Author tests not required for installation', 24);
5656
}
5757
}
5858
}

0 commit comments

Comments
 (0)