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 c2b508a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/multiperl-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ jobs:
run: |
dzil authordeps --missing > /tmp/deps-phase-1.txt
/tmp/cpanm --notest -S < /tmp/deps-phase-1.txt
echo "---"
ls -la
echo "---"
git ls-files
echo "---"
dzil run --verbose true
echo "---"
dzil listdeps --author --missing >> /tmp/deps-phase-2.txt
/tmp/cpanm --notest -S < /tmp/deps-phase-2.txt
- name: Build tarball
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 c2b508a

Please sign in to comment.