Skip to content

Commit

Permalink
Merge pull request #15 from Bandwidth/SWI-4240
Browse files Browse the repository at this point in the history
SWI-4240 Make Tests Not Fail Fast
  • Loading branch information
ckoegel authored Jan 9, 2024
2 parents 3a9de93 + f0e49c2 commit 0ca692e
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]
node-version: [16, 18, 20]
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v4
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]
node-version: [16, 18, 20]
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 0ca692e

Please sign in to comment.