Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit 41bec82

Browse files
committed
chore(ci): turn on tests on windows as well
1 parent 29cbd91 commit 41bec82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
os:
4747
- { index: 1, os-name: 'ubuntu-latest', os-label: 'Linux' }
4848
- { index: 2, os-name: 'macos-latest', os-label: 'macOS' }
49-
# NOTE: Windows is not supported because CodeClimate does not publish a Windows build of the reporter (yet).
49+
- { index: 3, os-name: 'windows-latest', os-label: 'Windows' }
5050
runs-on: ${{ matrix.os.os-name }}
5151
concurrency:
5252
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)