Skip to content

Added t/config.t

Added t/config.t #122

Workflow file for this run

---
# See https://github.com/actions/virtual-environments
# https://github.com/marketplace/actions/setup-perl-environment
name: Test Website
on:
push:
branches:
- '*'
tags-ignore:
- '*'
pull_request:
jobs:
perl:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
perl-version:
# - '5.16'
# - '5.22'
# - '5.32'
- 'latest'
container:
image: perl:${{ matrix.perl-version }}
steps:
- uses: actions/checkout@v4
- name: update
run: apt update && apt-get -y upgrade
- name: install packages
run: apt-get -y install liblwp-protocol-https-perl cpanminus libhtml-parser-perl
- name: perl -V
run: perl -V
- name: Install Dependencies
env:
AUTOMATED_TESTING: 1
OPENADDR_HOME: /tmp
run: |
cpanm -ivn ExtUtils::MakeMaker Test::Most Clone Data::Serializer
cpanm -ivnf LWP::Simple::WithCache CGI::IDS DB_File
cpanm -ivn CGI::Carp FCGI::Buffer Taint::Runtime FCGI
cpanm -ivfn Data::Throttler CGI::ACL B::Lint
cpanm --skip-satisfied -vn LWP::UserAgent::Cached Data::Serializer
cpanm --skip-satisfied -vn warnings::unused HTML::SocialMedia
cpanm --skip-satisfied -vn Log::Any::Adapter::Log4perl Database::Abstraction
cpanm --skip-satisfied -iqn Template::Filters Template::Plugin::EnvHash
cpanm --skip-satisfied -vn Log::WarnDie IPC::System::Simple Array::Iterator
cpanm --skip-satisfied -iqn Log::Dispatch::File YAML::XS Mo
cpanm -ivn --installdeps .
- name: Run Tests
env:
AUTOMATED_TESTING: 1
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 ''
rootdir=$(pwd)/.. perl -I../lib page.fcgi page=index
rootdir=$(pwd)/.. perl -I../lib page.fcgi page=meta-data
rootdir=$(pwd)/.. perl -I../lib page.fcgi page=query query='Stock%20or%20(1,2\)=(select*from(select%20name_const(CHAR(111,108,111,108,111,115,104,101,114\),1\),name_const(CHAR( <-- HERE 111,108,111,108,111,115,104,101,114\),1\)\)a\)%20--%20and%201%3D1'