Update dependency Test::More to v1.302204 #367
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
schedule: | |
- cron: '0 0 */28 */1 *' | |
jobs: | |
dzil: | |
runs-on: ubuntu-latest | |
name: "dzil run" | |
steps: | |
- name: "Checkout repository" | |
uses: actions/checkout@v4 | |
- name: "Installing dependencies and testing all using dzil" | |
uses: jonasbn/github-action-perl-dist-zilla@0.5.5 | |
with: | |
dzil-arguments: 'test' |