From fe93664347364f37df615a7f4b8f3ad7c777af60 Mon Sep 17 00:00:00 2001 From: cha0s Date: Tue, 13 Feb 2024 06:23:34 -0600 Subject: [PATCH] ci: try more concurrency --- .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 61a3472..0debb80 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,8 +65,8 @@ jobs: - run: npm ci if: ${{ steps.cache-node-modules.outputs.cache-hit != 'true' }} - run: | - npm run -- test -t 120000 - npm run -- test -t 120000 -p e2e + npm run -- test -t 120000 & npm run -- test -t 120000 -p e2e + wait lint: runs-on: ubuntu-latest