Skip to content

Add global hooks, global attachments, hook types #3045

Add global hooks, global attachments, hook types

Add global hooks, global attachments, hook types #3045

Workflow file for this run

name: test-perl
on:
push:
branches:
- main
- renovate/**
pull_request:
branches:
- main
workflow_call:
jobs:
test-perl:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install cpanm and multiple modules
uses: perl-actions/install-with-cpanm@v1
with:
cpanfile: "perl/cpanfile"
- name: install the CCK
run: npm ci
working-directory: perl/t/compatibility-kit
- name: run tests
run: |
prove -l
AUTHOR_TESTS=1 prove -l
working-directory: perl