Skip to content

Commit

Permalink
Merge branch 'develop' into add_asyncapi_v3
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaumanali94 authored Sep 25, 2024
2 parents 48fcc18 + 37baf9b commit c20741c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ commands:
parameters:
max-workers:
type: integer
default: 2
default: 3
steps:
- run: yarn pretest
- run:
Expand All @@ -212,7 +212,7 @@ commands:
type: string
max-workers:
type: integer
default: 2
default: 3
steps:
- compute-hashes
- restore_cache:
Expand Down Expand Up @@ -276,7 +276,7 @@ jobs:
- test-harness:
os: linux
node-version: << parameters.node-version >>
max-workers: 2
max-workers: 3

test-browser:
docker:
Expand All @@ -302,7 +302,7 @@ jobs:
- test-harness:
os: windows
node-version: *node-active-lts
max-workers: 2
max-workers: 3

build-nix-binaries:
docker:
Expand Down

0 comments on commit c20741c

Please sign in to comment.