Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: reduce concurrency
  • Loading branch information
rodrigopavezi committed Dec 11, 2024
commit 3cfe20883c6de674e01d1df35c304b7c93280c94
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ jobs:
--ignore @requestnetwork/smart-contracts \
--ignore @requestnetwork/payment-detection \
--ignore @requestnetwork/payment-processor \
--ignore @requestnetwork/integration-test
--ignore @requestnetwork/integration-test \
--concurrency=2
- store_test_results:
path: packages/advance-logic/reports/
- store_test_results:
Expand Down Expand Up @@ -170,7 +171,8 @@ jobs:
--scope @requestnetwork/request-client.js \
--scope @requestnetwork/smart-contracts \
--scope @requestnetwork/payment-detection \
--scope @requestnetwork/payment-processor
--scope @requestnetwork/payment-processor \
--concurrency=2
- store_test_results:
path: packages/request-node/reports/
- store_test_results:
Expand Down