Skip to content

Commit 8aac8d4

Browse files
authored
Update other-perls.yml
1 parent e77479a commit 8aac8d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/other-perls.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ jobs:
66
build:
77
runs-on: ${{ matrix.os }}
88
strategy:
9+
fail-fast: false # Ensures that one failing job does not cancel others
910
matrix:
1011
os: ["ubuntu-latest"]
1112
perl: ["5.40","5.38","5.36","5.34","5.32","5.30","5.28","5.26","5.24","5.22","5.20","5.18","5.16","5.14","5.12"]
@@ -30,3 +31,4 @@ jobs:
3031
3132
- name: Run Tests
3233
run: ./test-runner.sh
34+
if: always() # Ensures tests run even if a previous step failed

0 commit comments

Comments
 (0)