We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d5ae04 commit 068b6cbCopy full SHA for 068b6cb
.github/workflows/test.yml
@@ -17,7 +17,6 @@ jobs:
17
- uses: actions/checkout@v2
18
- name: Regular tests
19
- run: perl -V
20
- - run: |
21
- dzil authordeps --missing | cpanm --notest
22
- dzil listdeps --author --missing | cpanm --notest
+ - run: dzil authordeps --missing | cpanm --notest
+ - run: dzil listdeps --author --missing | cpanm --notest
23
- run: prove -l t/*/*.t
0 commit comments