Skip to content

Commit 26a305b

Browse files
committed
Install Module::Pluggable without tests
In our pipeline we run unto the following bug https://rt.cpan.org/Ticket/Display.html?id=156367 which stops the pipeline. Don't run tests when installing Module::Pluggable Signed-off-by: Wesley Schwengle <[email protected]>
1 parent d2f8928 commit 26a305b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/shared-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Net::SAML2 Depends
2323
run: |
2424
apt-get install libxml2 make gcc wget;
25-
cpanm Module::Pluggable
25+
cpanm --notest Module::Pluggable
2626
cpanm App::cpm;
2727
# Sub::Name has test that fail every so many times on t/lexical.t
2828
# we ignore these test failures for now...

0 commit comments

Comments
 (0)