From 1db514c3257abc93d2a6d1aa4ea2d80bf20412e1 Mon Sep 17 00:00:00 2001 From: Andrey Sitnik Date: Thu, 30 Dec 2021 00:27:15 +1000 Subject: [PATCH] Remove Windows test on CI --- .github/workflows/test.yml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d819e02a1..cc69aaad8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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