From 34ec0771e669003b1064f04e58ebf1f73720d1e1 Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Mon, 15 Aug 2022 12:54:32 -0400 Subject: [PATCH] chore: disable windows e2e tests --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b173c37d..3948faf74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -150,7 +150,7 @@ jobs: needs: build strategy: matrix: - OS: [ubuntu-latest, windows-latest] + OS: [ubuntu-latest] NODE_VERSION: [14] fail-fast: false env: @@ -213,4 +213,4 @@ jobs: run: pnpm run build - name: Test - run: pnpm run test:smoke \ No newline at end of file + run: pnpm run test:smoke