Skip to content

add some comments to CLI::Osprey::Role #10

add some comments to CLI::Osprey::Role

add some comments to CLI::Osprey::Role #10

Workflow file for this run

name: Run Tests
on:
push:
branches:
- '*'
pull_request:
jobs:
build_test:
runs-on: ubuntu-latest
strategy:
matrix:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
perl: [ '5.32', '5.30', '5.28' ]
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Set up perl
uses: shogo82148/actions-setup-perl@v1
with:
perl-version: ${{ matrix.perl }}
- run: perl -V
- name: install deps
uses: perl-actions/[email protected]
with:
cpanfile: "cpanfile"
sudo: false
- run: prove -lv t