Skip to content

Commit

Permalink
SWI-4240 Make Tests Not Fail Fast (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoegel authored Jan 9, 2024
1 parent ce79f4e commit f9adc31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
matrix:
os: [windows-2022, windows-2019, ubuntu-22.04, ubuntu-20.04]
dotnet: [6.0.x, 7.0.x]
fail-fast: false
steps:
- name: Checkout repo
uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
matrix:
os: [windows-2022, windows-2019, ubuntu-22.04, ubuntu-20.04]
dotnet: [6.0.x, 7.0.x]
fail-fast: false
steps:
- name: Checkout repo
uses: actions/checkout@v3
Expand Down

0 comments on commit f9adc31

Please sign in to comment.