mirror of
https://github.com/derf/travelynx
synced 2024-11-10 06:54:17 +00:00
hm
This commit is contained in:
parent
04159061ed
commit
3dd25e35bb
1 changed files with 4 additions and 2 deletions
6
.github/workflows/perl.yml
vendored
6
.github/workflows/perl.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue