There was an error while loading. Please reload this page.
1 parent ea087ae commit 8e05f61Copy full SHA for 8e05f61
1 file changed
.github/workflows/ci.yaml
@@ -22,19 +22,6 @@ jobs:
22
uses: codecov/codecov-action@v1
23
with:
24
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
37
- name: actions windows
38
lint:
39
runs-on: ubuntu-latest
40
steps:
0 commit comments