Skip to content

Merge pull request #48 from nyarla/update-cpanfile-at-2024-01-28 #47

Merge pull request #48 from nyarla/update-cpanfile-at-2024-01-28

Merge pull request #48 from nyarla/update-cpanfile-at-2024-01-28 #47

Workflow file for this run

---
name: Tests for p5-Kalaclista
on:
pull_request:
paths:
- ".github/workflows/perl-test.yml"
- "cpanfile"
- "lib/**"
- "t/**"
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
# runner environment
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
# perl environment
- uses: shogo82148/actions-setup-perl@ea0507898383e7dbce382138da0c21af1849eb9e # v1.27.0
with:
perl-version: '5.38'
install-modules-with: cpm
install-modules-args: '-L extlib'
# testing
- name: Run tests
run: |
prove -Iextlib/lib/perl5 -Ilib -It/lib -vr t/