Skip to content

use test-perl-dist action #50

use test-perl-dist action

use test-perl-dist action #50

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

Check failure on line 23 in .github/workflows/multiperl-test.yml

View workflow run for this annotation

GitHub Actions / multiperl test

Invalid workflow file

The workflow is not valid. .github/workflows/multiperl-test.yml (Line: 23, Col: 5): Required property is missing: runs-on
steps:
- name: Multi-platform testing
uses: rjbs/test-perl-dist@main