Skip to content

Commit

Permalink
update: remove windows ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hankthetank27 committed Aug 12, 2024
1 parent 5f131f9 commit a66ad5f
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,12 @@ jobs:
- run: npm install
- run: npm test


test_windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- run: npm install
- run: npm run test
# test_windows:
# runs-on: windows-latest
# steps:
# - uses: actions/checkout@v4
# - uses: actions/setup-node@v4
# with:
# node-version: 18
# - run: npm install
# - run: npm run test

0 comments on commit a66ad5f

Please sign in to comment.