From aa4fdc4d6549ca199633f3ce4dc3d8990ecf7c5b Mon Sep 17 00:00:00 2001 From: Graham Ollis Date: Fri, 28 May 2021 05:28:43 -0600 Subject: [PATCH] automatic migration: bump-perl-5-34 --- .github/workflows/linux.yml | 9 ++++++++- .github/workflows/macos.yml | 5 +++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 5b3f0aa..b69f57d 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -14,10 +14,12 @@ jobs: runs-on: ubuntu-latest strategy: + fail-fast: false matrix: cip_tag: - static - - "5.33" + - "5.35" + - "5.34" - "5.32" - "5.30" - "5.28" @@ -71,3 +73,8 @@ jobs: - name: Build + Test run: | cip script + + - name: CPAN log + if: ${{ failure() }} + run: | + cip exec bash -c 'cat $HOME/.cpanm/latest-build/build.log' diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 261f348..468f3ca 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -54,3 +54,8 @@ jobs: run: dzil run --no-build 'cpanm --installdeps .' - name: Run Tests run: dzil test -v + + - name: CPAN log + if: ${{ failure() }} + run: | + cip exec bash -c 'cat $HOME/.cpanm/latest-build/build.log'