From 9407648600637045ffe710d6bb5c688fc64d1f4d Mon Sep 17 00:00:00 2001 From: Nicola Bovolato Date: Thu, 19 Sep 2024 18:54:37 +0200 Subject: [PATCH] fix: ci --- .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 8bf7869..7c0c907 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,4 +16,4 @@ jobs: - uses: ./.github/actions/base - run: pnpm build - run: pnpm lint - - run: pnpm run test --concurrency=2 + - run: pnpm run test --concurrency=1