Skip to content

Commit

Permalink
GitHub Actions: workflow rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed Jun 8, 2024
1 parent 7f4a091 commit 589fd8d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/multiperl-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
build-tarball:
runs-on: ubuntu-latest
steps:
- name: Build archive
uses: rjbs/dzil-build@v0
- name: Build archive
uses: rjbs/dzil-build@v0

multiperl-test:
needs: build-tarball
Expand All @@ -25,5 +25,5 @@ jobs:
image: perldocker/perl-tester:${{ matrix.perl-version }}

steps:
- name: Test distribution
uses: rjbs/test-perl-dist@v0
- name: Test distribution
uses: rjbs/test-perl-dist@v0

0 comments on commit 589fd8d

Please sign in to comment.