Skip to content

Commit a9129bf

Browse files
committed
Testing single container
1 parent 607494b commit a9129bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
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

0 commit comments

Comments
 (0)