Skip to content

use test-perl-dist action #51

use test-perl-dist action

use test-perl-dist action #51

Workflow file for this run

name: "multiperl test"
on:
push:
branches: "*"
tags-ignore: "*"
pull_request: ~
# FUTURE ENHANCEMENT(s):
# * install faster (see below)
# * use github.event.repository.name or ${GITHUB_REPOSITORY#*/} as the
# tarball/build name instead of Dist-To-Test
jobs:
build-tarball:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Build archive
uses: rjbs/dzil-build@main
multiperl-test:
needs: build-tarball
runs-on: ubuntu-latest
steps:
- name: Multi-platform testing
uses: rjbs/test-perl-dist@main