Skip to content

Commit

Permalink
ci: remove windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Dec 27, 2023
1 parent b51b1c6 commit a6369b0
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,6 @@ jobs:
run: npm install
- name: Run tests
run: npm test
test_windows:
runs-on: windows-latest
strategy:
matrix:
node-version:
- 20.10.0
- 21.x
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install
run: npm install
- name: Run tests
run: npm test
lint:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit a6369b0

Please sign in to comment.