Skip to content

Commit

Permalink
SWI-4240 Make Tests Not Fail Fast (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoegel authored Jan 9, 2024
1 parent e19a239 commit 0dd2bea
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 @@ -32,6 +32,7 @@ jobs:
matrix:
os: [windows-2022, windows-2019, ubuntu-20.04, ubuntu-22.04]
ruby-version: [2.7, 3.0, 3.1, 3.2]
fail-fast: false
steps:
- name: Checkout
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 @@ -31,6 +31,7 @@ jobs:
matrix:
os: [windows-2022, windows-2019, ubuntu-20.04, ubuntu-22.04]
ruby-version: [2.7, 3.0, 3.1, 3.2]
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 0dd2bea

Please sign in to comment.