We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d79062 commit ed117fdCopy full SHA for ed117fd
.github/workflows/dashboard.yml
@@ -46,7 +46,7 @@ jobs:
46
run: |
47
cpanm --notest --installdeps .
48
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;
+ cpanm -iqn IPC::System::Simple WWW::RT::CPAN
50
51
# Optional: run Perl::Critic static checks
52
# - name: Run Perl::Critic
@@ -58,6 +58,7 @@ jobs:
58
env:
59
AUTOMATED_TESTING: 1
60
NO_NETWORK_TESTING: 1
61
+ NONINTERACTIVE_TESTING: 1
62
63
prove -l -b -v t
64
0 commit comments