Skip to content

Commit

Permalink
Remove Windows test on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Dec 29, 2021
1 parent 48ecb06 commit 1db514c
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/test.yml
Expand Up @@ -73,24 +73,3 @@ jobs:
run: pnpm unit
env:
FORCE_COLOR: 2
windows:
runs-on: windows-latest
name: Windows Quick
steps:
- name: Checkout the repository
uses: actions/checkout@v2
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: latest
- name: Install Node.js LTS
uses: actions/setup-node@v2
with:
node-version: 16
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile --ignore-scripts
- name: Run unit tests
run: pnpm unit
env:
FORCE_COLOR: 2

0 comments on commit 1db514c

Please sign in to comment.