Skip to content

bug fix: wrong main branch #8

bug fix: wrong main branch

bug fix: wrong main branch #8

Workflow file for this run

---
name: Unit tests
on: # yamllint disable-line rule:truthy
push:
paths-ignore:
- '*.md'
- 'Changes'
- 'MANIFEST'
pull_request:
branches:
- master
jobs:
prove:
name: Test::More prove CLI execution
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v4
- name: install and cache Perl distributions
uses: tecoli-com/[email protected]
with:
tools: >-
CPAN::Meta
Test::Simple
File::Temp
File::Which
IPC::Run
Log::Log4perl
Dumbbench
- name: runs unit tests
run: prove -l
- name: runs extended tests
run: prove -l xt