Skip to content

Commit

Permalink
Use two mirrors when installing modules in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Jul 6, 2020
1 parent 28acfd7 commit e6c681a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dzil-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
uses: perl-actions/install-with-cpm@v1.3
with:
cpanfile: "cpanfile"
args: "--with-suggests --with-recommends --with-test"
args: "--with-suggests --with-recommends --with-test --mirror https://cpan.metacpan.org --mirror http://cpan.cpantesters.org"
- run: prove -l t xt
env:
AUTHOR_TESTING: 1
Expand Down

0 comments on commit e6c681a

Please sign in to comment.