From d18168c27534cbadc8961d66bc23d18860b012c1 Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Tue, 18 Jan 2022 17:13:48 -0600 Subject: [PATCH] fix(ci): smoke tests --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa1e7298a..32e3d7a3d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -221,7 +221,7 @@ jobs: - name: Test if: ${{ matrix.os != 'windows-latest' }} - run: pnpm run build:examples --concurrency=1 + run: pnpm run build:examples # Turbo seems to fail on Windows, so run a custom script directly. - name: Test (Windows)