We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11d67fc commit de9e114Copy full SHA for de9e114
.github/workflows/linux.yml
@@ -14,10 +14,12 @@ jobs:
14
runs-on: ubuntu-latest
15
16
strategy:
17
+ fail-fast: false
18
matrix:
19
cip:
20
- tag: "static"
- - tag: "5.33"
21
+ - tag: "5.35"
22
+ - tag: "5.34"
23
- tag: "5.32"
24
- tag: "5.30"
25
- tag: "5.28"
@@ -72,3 +74,8 @@ jobs:
72
74
- name: Build + Test
73
75
run: |
76
cip script
77
+
78
+ - name: CPAN log
79
+ if: ${{ failure() }}
80
+ run: |
81
+ cip exec bash -c 'cat $HOME/.cpanm/latest-build/build.log'
0 commit comments