This commit is contained in:
Daniel Friesel 2020-04-06 10:02:57 +02:00
parent 04159061ed
commit 3dd25e35bb

View file

@ -38,11 +38,13 @@ jobs:
- uses: actions/checkout@v2
- name: perl -V
run: perl -V
- name: Setup Repo
run: |
rm -f cpanfile.snapshot
cp .github/travelynx.conf travelynx.conf
- name: Install PostgreSQL Client Library
run: apt install libpq-dev
- name: Install Perl Dependencies
run: curl -sL https://git.io/cpm | perl - install -g --show-build-log-on-failure
- name: Create Test Config
run: cp .github/travelynx.conf travelynx.conf
- name: Run Tests
run: prove -l t