Skip to content

Commit b82d68b

Browse files
committed
ci: make windows-latest a hard-fail job (drop continue-on-error)
Now that the .miserc.toml TOML-literal fix makes Windows pass, remove the windows-only continue-on-error so the job genuinely blocks on failure and can be promoted to a required status check in branch protection.
1 parent ec8b62c commit b82d68b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/quality.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
matrix:
1414
os: [ubuntu-latest, macos-latest, windows-latest]
1515
runs-on: ${{ matrix.os }}
16-
continue-on-error: ${{ matrix.os == 'windows-latest' }}
1716
steps:
1817
- uses: actions/checkout@v4
1918

0 commit comments

Comments
 (0)