We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0aa6fa commit 05fb3c3Copy full SHA for 05fb3c3
1 file changed
.github/workflows/unit_tests_ubuntu.yml
@@ -50,10 +50,10 @@ jobs:
50
51
- name: Install perl modules
52
run: |
53
- cpanm --notest Test::More
54
- cpanm --notest Data::Dumper
55
- cpanm --notest JSON
56
- cpanm --notest Text::Diff
+ cpanm --notest Test::More
+ cpanm --notest Data::Dumper
+ cpanm --notest JSON
+ cpanm --notest Text::Diff
57
58
- name: run it
59
0 commit comments