perl5 icon indicating copy to clipboard operation
perl5 copied to clipboard

CI: Improve dist-modules (group output + continue on error)

Open bram-perl opened this issue 3 years ago • 0 comments

Highlights:

  • Group the output per dist (before there was no grouping so all output was in one big block)
  • Continue when one dist fails (before it would stop after the first failure)

(Details: see commit message)

Example runs:

  • no failure: https://github.com/bram-perl/perl5/actions/runs/3070729590/jobs/4960754562
  • 1 failure: https://github.com/bram-perl/perl5/actions/runs/3070682723/jobs/4960655118
  • 2 failures: https://github.com/bram-perl/perl5/actions/runs/3070645332/jobs/4960579443

bram-perl avatar Sep 16 '22 21:09 bram-perl