Skip to content

Merge pull request #56 from nyarla/improve-kalaclista-path #57

Merge pull request #56 from nyarla/improve-kalaclista-path

Merge pull request #56 from nyarla/improve-kalaclista-path #57

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@28eae78d12c2bba1163aec45d123f6d9228bc307 # v1.29.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/