Skip to content

Commit

Permalink
Latest GitHub actions don't have spellchecker installed
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigel Horne committed Feb 9, 2022
1 parent f9aec43 commit 04bb625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install Dependencies
run: |
cpanm -iqn --skip-satisfied File::Spec ExtUtils::MakeMaker
cpanm -iqn --skip-satisfied Test::Script Test::Pod::Spelling::CommonMistakes Test::Portability::Files Test::Taint Test::Carp Test::Compile Test::Pod::Coverage LWP::UserAgent Test::Spelling::Comment
cpanm -iqn --skip-satisfied Test::Script Test::Portability::Files Test::Taint Test::Carp Test::Compile Test::Pod::Coverage LWP::UserAgent
cpanm -iqn --skip-satisfied --installdeps --notest .
- name: Run Tests
run: prove -l -b t
Expand Down

0 comments on commit 04bb625

Please sign in to comment.