From 6f3f1c0aabc6932722fb72814efc786d3857f1bb Mon Sep 17 00:00:00 2001 From: Amarin Phaosawasdi Date: Thu, 3 Mar 2022 15:49:17 -0800 Subject: [PATCH] chore: remove testing in windows from workflow --- .github/workflows/ci.yaml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cc1425fb..d37af709 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,19 +22,6 @@ jobs: uses: codecov/codecov-action@v1 with: name: actions linux ${{ matrix.node }} - test-windows: - runs-on: windows-latest - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 - with: - node-version: 14 - - run: npm install - - run: npm test - - name: coverage - uses: codecov/codecov-action@v1 - with: - name: actions windows lint: runs-on: ubuntu-latest steps: