Skip to content

Commit

Permalink
GitHub Workflow: trying to diagnose failure
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed Feb 6, 2024
1 parent 3ed2299 commit c6f49b2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/multiperl-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,12 @@ jobs:
run: |
dzil authordeps --missing > /tmp/deps-phase-1.txt
/tmp/cpanm --notest -S < /tmp/deps-phase-1.txt
dzil listdeps --author --missing >> /tmp/deps-phase-2.txt
echo "---"
ls -la
echo "---"
git ls-files
echo "---"
dzil listdeps --author --missing --verbose >> /tmp/deps-phase-2.txt
/tmp/cpanm --notest -S < /tmp/deps-phase-2.txt
- name: Build tarball
run: |
Expand Down
2 changes: 2 additions & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ my %WriteMakefileArgs = (
"MooseX::StrictConstructor" => 0,
"Net::Async::HTTP" => 0,
"Net::Async::HTTP::Server::PSGI" => 0,
"Net::Async::IRC" => 0,
"Net::Async::WebSocket::Client" => 0,
"POSIX" => 0,
"Params::Util" => 0,
Expand Down Expand Up @@ -182,6 +183,7 @@ my %FallbackPrereqs = (
"MooseX::StrictConstructor" => 0,
"Net::Async::HTTP" => 0,
"Net::Async::HTTP::Server::PSGI" => 0,
"Net::Async::IRC" => 0,
"Net::Async::WebSocket::Client" => 0,
"Net::EmptyPort" => 0,
"POSIX" => 0,
Expand Down
1 change: 1 addition & 0 deletions cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ requires "MooseX::Role::Parameterized" => "0";
requires "MooseX::StrictConstructor" => "0";
requires "Net::Async::HTTP" => "0";
requires "Net::Async::HTTP::Server::PSGI" => "0";
requires "Net::Async::IRC" => "0";
requires "Net::Async::WebSocket::Client" => "0";
requires "POSIX" => "0";
requires "Params::Util" => "0";
Expand Down

0 comments on commit c6f49b2

Please sign in to comment.