Skip to content

Commit

Permalink
chore(ci): turn on tests on windows as well
Browse files Browse the repository at this point in the history
  • Loading branch information
paambaati committed Apr 24, 2023
1 parent 29cbd91 commit 41bec82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
os:
- { index: 1, os-name: 'ubuntu-latest', os-label: 'Linux' }
- { index: 2, os-name: 'macos-latest', os-label: 'macOS' }
# NOTE: Windows is not supported because CodeClimate does not publish a Windows build of the reporter (yet).
- { index: 3, os-name: 'windows-latest', os-label: 'Windows' }
runs-on: ${{ matrix.os.os-name }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 41bec82

Please sign in to comment.