Skip to content

Commit

Permalink
chore: remove testing in windows from workflow (google#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
amchiclet authored and aabmass committed Jul 21, 2023
1 parent e337137 commit 10b3a5a
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 10b3a5a

Please sign in to comment.