Skip to content

Commit

Permalink
Allow windows CI to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
peterMuriuki committed Jan 27, 2025
1 parent 7cfb729 commit 89c741f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cd-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
matrix:
node-version: [22.x]
os: [ubuntu-latest, windows-latest]
allow-failure: [false, true]
fail-fast: false # Ensure the workflow doesn't stop when one matrix combination fails
runs-on: ${{ matrix.os }}

steps:
Expand Down Expand Up @@ -49,3 +51,5 @@ jobs:
directory: ./coverage
fail_ci_if_error: true
verbose: true

continue-on-error: ${{ matrix.os == 'windows-latest' }}

0 comments on commit 89c741f

Please sign in to comment.