File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 39
39
git fetch origin pull/${{ github.event.pull_request.number }}/head:new_branch_for_testing
40
40
#We must specifically get the PR's target branch from security_content, not the one that resides in the fork PR's forked repo
41
41
git switch new_branch_for_testing
42
- contentctl test --disable-tqdm --no-enable-integration-testing --container-settings.num-containers 2 --post-test-behavior never_pause mode:changes --mode.target-branch ${{ github.base_ref }}
42
+ contentctl test --disable-tqdm --no-enable-integration-testing --container-settings.num-containers 1 --post-test-behavior never_pause mode:changes --mode.target-branch ${{ github.base_ref }}
43
43
echo "contentctl test - COMPLETED"
44
44
continue-on-error : true
45
45
You can’t perform that action at this time.
0 commit comments