Skip to content

Commit ed117fd

Browse files
committed
Remove unneeded ;
1 parent 8d79062 commit ed117fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dashboard.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
cpanm --notest --installdeps .
4848
cpanm -iqn ExtUtils::MakeMaker Test::Most Devel::Cover Devel::Cover::Report::Html POSIX File::Glob File::Slurp File::stat Readonly
49-
cpanm -iqn IPC::System::Simple WWW::RT::CPAN;
49+
cpanm -iqn IPC::System::Simple WWW::RT::CPAN
5050
5151
# Optional: run Perl::Critic static checks
5252
# - name: Run Perl::Critic
@@ -58,6 +58,7 @@ jobs:
5858
env:
5959
AUTOMATED_TESTING: 1
6060
NO_NETWORK_TESTING: 1
61+
NONINTERACTIVE_TESTING: 1
6162
run: |
6263
prove -l -b -v t
6364

0 commit comments

Comments
 (0)