diff --git a/.github/workflows/perl-quality.yml b/.github/workflows/perl-quality.yml index 90c38ac..79de397 100644 --- a/.github/workflows/perl-quality.yml +++ b/.github/workflows/perl-quality.yml @@ -22,6 +22,9 @@ jobs: perl-version: '5.38' - name: Install dev modules run: cpanm --notest Perl::Critic Perl::Tidy CPAN::Audit + - name: Install dev modules + # add all perl modules from other modules tool, otherwise the next run fails + run: cpanm --notest Data::Dumper IPC::Run3 JSON Test::More Text::Diff - name: Syntax check all test files run: | find t -name '*.t' -o -name '*.pm' | while read -r f; do