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 3939 git fetch origin pull/${{ github.event.pull_request.number }}/head:new_branch_for_testing
4040 #We must specifically get the PR's target branch from security_content, not the one that resides in the fork PR's forked repo
4141 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 }}
4343 echo "contentctl test - COMPLETED"
4444 continue-on-error : true
4545
You can’t perform that action at this time.
0 commit comments