cpan-authors / IPC-Run

https://metacpan.org/pod/IPC::Run
Other
21 stars 38 forks source link

Reproducing installation failure on windows strawberry perl #145

Closed rai-gaurav closed 3 years ago

rai-gaurav commented 3 years ago

This github workflow will help in reproducing the issue - https://github.com/toddr/IPC-Run/issues/138 Since IPC::Run comes with Strawberry Perl installation, in the workflow we are uninstalling it and installing it again. The result of the run is at - https://github.com/rai-gaurav/IPC-Run/runs/2247420022?check_suite_focus=true

mohawk2 commented 3 years ago

Thanks, this is really valuable! Want to have a go at fixing it? :-D

nmisch commented 3 years ago

This test is running on every commit and every pull request, but only the .github/workflows directory affects the outcome. Can you make this instead test the repository code or, failing that, make it not run on commits and pull requests? I noticed this because github is reporting the test failure for every commit and pull request. (If the test were instead passing right now, this would still be a latent threat. The test would not react to regressions until the regression becomes live on CPAN.)

mohawk2 commented 3 years ago

Pull requests welcome! And yes, it would be better if it installed the repo-current version, then reinstalled it.