We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c109caf commit 5b2e8acCopy full SHA for 5b2e8ac
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