Skip to content

Commit

Permalink
GitHub Actions: experiment with reusable multiperl-test
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed Jun 9, 2024
1 parent dcb0b2a commit da48961
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/multiperl-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,6 @@ jobs:

multiperl-test:
needs: build-tarball
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
perl-version: ${{ fromJson(needs.build-tarball.outputs.perl-versions) }}

container:
image: perldocker/perl-tester:${{ matrix.perl-version }}

steps:
- name: Test distribution
uses: rjbs/test-perl-dist@v0
uses: rjbs/test-perl-dist/.github/workflows/multiperl-test-matrix.yaml@v0
with:
perl-versions-json: ${{ needs.build-tarball.outputs.perl-versions }}

0 comments on commit da48961

Please sign in to comment.