Skip to content

Commit

Permalink
switch to new dzil-test
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed Jun 9, 2024
1 parent da48961 commit a9e0d93
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/multiperl-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,8 @@ on:
pull_request: ~

jobs:
build-tarball:
dzil-multiperl-test:
runs-on: ubuntu-latest
outputs:
perl-versions: ${{ steps.build-archive.outputs.perl-versions }}
steps:
- name: Build archive
id: build-archive
uses: rjbs/dzil-build@v0

multiperl-test:
needs: build-tarball
uses: rjbs/test-perl-dist/.github/workflows/multiperl-test-matrix.yaml@v0
with:
perl-versions-json: ${{ needs.build-tarball.outputs.perl-versions }}
- name: Build and test
uses: rjbs/dzil-test@main

0 comments on commit a9e0d93

Please sign in to comment.