chore: temporarily reverting npm cli test runs on windows

This commit is contained in:
Anoop M D 2024-12-06 19:33:53 +05:30 committed by GitHub
parent 36021b5b38
commit 67ead9739e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@ jobs:
name: CLI Tests
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4