From 51cf881b06d6fe7826b8efeb6fc2d8f88e9fa951 Mon Sep 17 00:00:00 2001 From: Ron de las Alas Date: Mon, 13 Nov 2023 10:56:16 -0500 Subject: [PATCH] ci: max workers --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index aaa85cb72f5..f85416f7766 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -165,4 +165,4 @@ jobs: echo Installed chromium version: ${{ steps.setup-chrome.outputs.chrome-version }} ${{ steps.setup-chrome.outputs.chrome-path }} --version - name: Run Integration Tests - run: npm run test:integration -- --reporters="default" --reporters="jest-junit" --runInBand + run: npm run test:integration -- --reporters="default" --reporters="jest-junit" --maxWorkers="2"