Skip to content

Commit 31268b5

Browse files
committed
Test workers limit.
1 parent eef1e64 commit 31268b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pricing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
fi
7070
7171
total_subjects=${#subjects_array[@]}
72-
NUM_GROUPS=1 # Define the number of parallel jobs
72+
NUM_GROUPS=2 # Define the number of parallel jobs
7373
groups_json_array_content=""
7474
7575
for (( i=0; i<NUM_GROUPS; i++ )); do

.github/workflows/rails_application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
fi
101101
102102
total_subjects=${#subjects_array[@]}
103-
NUM_GROUPS=1 # Define the number of parallel jobs
103+
NUM_GROUPS=32 # Define the number of parallel jobs
104104
groups_json_array_content=""
105105
106106
for (( i=0; i<NUM_GROUPS; i++ )); do

0 commit comments

Comments
 (0)