Skip to content

Commit f9adc31

Browse files
authored
SWI-4240 Make Tests Not Fail Fast (#95)
1 parent ce79f4e commit f9adc31

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/test-nightly.yml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
matrix:
2828
os: [windows-2022, windows-2019, ubuntu-22.04, ubuntu-20.04]
2929
dotnet: [6.0.x, 7.0.x]
30+
fail-fast: false
3031
steps:
3132
- name: Checkout repo
3233
uses: actions/checkout@v3

.github/workflows/test-pr.yml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
matrix:
2828
os: [windows-2022, windows-2019, ubuntu-22.04, ubuntu-20.04]
2929
dotnet: [6.0.x, 7.0.x]
30+
fail-fast: false
3031
steps:
3132
- name: Checkout repo
3233
uses: actions/checkout@v3

0 commit comments

Comments
 (0)