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 26, 2024
2 parents c20741c + 4e52c90 commit f03aa37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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: 3
default: 1
steps:
- run: yarn pretest
- run:
Expand Down Expand Up @@ -276,7 +276,7 @@ jobs:
- test-harness:
os: linux
node-version: << parameters.node-version >>
max-workers: 3
max-workers: 1

test-browser:
docker:
Expand Down

0 comments on commit f03aa37

Please sign in to comment.