Skip to content

Commit

Permalink
Debug github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Sep 27, 2024
1 parent 8f5ea12 commit 5b63251
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
apk add perl-test-most perl-test-nowarnings perl-lwp-protocol-https
apk add musl-dev perl-canary-stability perl-file-slurp zlib-dev perl-dbd-csv
apk add perl-chi perl-dbd-sqlite perl-text-csv perl-text-csv_xs perl-test-number-delta
apk add perl-db_file perl-test-describeme
apk add perl-db_file
# perl-test-describeme
perl -V
# cpanm -iqn ExtUtils::MakeMaker File::Spec Test::Most
# cpanm -iqn Sub::Identify Log::Any
Expand All @@ -40,6 +41,7 @@ jobs:
cpanm -iqn Geo::StreetAddress::US Lingua::EN::AddressParse Config::Auto
cpanm -iqn LWP::UserAgent::Throttled Locale::CA Locale::Country Devel::Size
cpanm -iqn File::pfopen CGI::Info Geo::Location::Point Module::Info
cpanm -iqn Test::DescribeMe
cpanm -iqn Text::xSV::Slurp Test::Carp Digest::CRC Test::Needs Array::Iterator
cpanm -iqfn CGI::IDS
cpanm -iqn --installdeps .
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
OPENADDR_HOME: /tmp
ROOT_DIR: /var/www/geogode.nigelhorne.com
run: |
pwd
perl -c -Ilib -MO=Lint cgi-bin/page.fcgi
perl -c -Ilib -Mwarnings::unused cgi-bin/page.fcgi
cd cgi-bin && mkdir -p ../data && perl -c -MO=Lint ./page.fcgi '' && perl -c -Mwarnings::unused ./page.fcgi ''
Expand Down

0 comments on commit 5b63251

Please sign in to comment.