diff --git a/.github/workflows/deploy-workflow.yml b/.github/workflows/deploy-workflow.yml index 953e5d3..d461f88 100644 --- a/.github/workflows/deploy-workflow.yml +++ b/.github/workflows/deploy-workflow.yml @@ -30,7 +30,7 @@ jobs: run: pnpm install --frozen-lockfile --ignore-scripts - name: Run lint and type checks - run: pnpm lint & pnpm check:types & wait + run: pnpm lint & pnpm check:types & wait -n - name: Run tests run: pnpm test -- --maxWorkers=4 --no-color --coverage=false --changedSince=origin/main diff --git a/.github/workflows/pr-tests.yml b/.github/workflows/pr-tests.yml index 919efb9..34d0c36 100644 --- a/.github/workflows/pr-tests.yml +++ b/.github/workflows/pr-tests.yml @@ -24,7 +24,7 @@ jobs: run: pnpm install --frozen-lockfile --ignore-scripts - name: Run lint and type checks - run: pnpm lint & pnpm check:types & wait + run: pnpm lint & pnpm check:types & wait -n - name: Run tests run: pnpm test -- --maxWorkers=4 --no-color --coverage=false --changedSince=origin/main