Skip to content

Commit 8e05f61

Browse files
authored
chore: remove testing in windows from workflow (#202)
1 parent ea087ae commit 8e05f61

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,6 @@ jobs:
2222
uses: codecov/codecov-action@v1
2323
with:
2424
name: actions linux ${{ matrix.node }}
25-
test-windows:
26-
runs-on: windows-latest
27-
steps:
28-
- uses: actions/checkout@v2
29-
- uses: actions/setup-node@v2
30-
with:
31-
node-version: 14
32-
- run: npm install
33-
- run: npm test
34-
- name: coverage
35-
uses: codecov/codecov-action@v1
36-
with:
37-
name: actions windows
3825
lint:
3926
runs-on: ubuntu-latest
4027
steps:

0 commit comments

Comments
 (0)