Skip to content

Commit 068b6cb

Browse files
committed
Use run in different lines
1 parent 2d5ae04 commit 068b6cb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
- uses: actions/checkout@v2
1818
- name: Regular tests
1919
- run: perl -V
20-
- run: |
21-
dzil authordeps --missing | cpanm --notest
22-
dzil listdeps --author --missing | cpanm --notest
20+
- run: dzil authordeps --missing | cpanm --notest
21+
- run: dzil listdeps --author --missing | cpanm --notest
2322
- run: prove -l t/*/*.t

0 commit comments

Comments
 (0)