Skip to content

Commit 0dd2bea

Browse files
authored
SWI-4240 Make Tests Not Fail Fast (#124)
1 parent e19a239 commit 0dd2bea

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/test-nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
matrix:
3333
os: [windows-2022, windows-2019, ubuntu-20.04, ubuntu-22.04]
3434
ruby-version: [2.7, 3.0, 3.1, 3.2]
35+
fail-fast: false
3536
steps:
3637
- name: Checkout
3738
uses: actions/checkout@v3

.github/workflows/test-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
matrix:
3232
os: [windows-2022, windows-2019, ubuntu-20.04, ubuntu-22.04]
3333
ruby-version: [2.7, 3.0, 3.1, 3.2]
34+
fail-fast: false
3435
steps:
3536
- name: Checkout
3637
uses: actions/checkout@v3

0 commit comments

Comments
 (0)