Skip to content

Commit

Permalink
testing 3 containers
Browse files Browse the repository at this point in the history
  • Loading branch information
patel-bhavin committed Oct 17, 2024
1 parent e2bff20 commit c598027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
git fetch origin pull/${{ github.event.pull_request.number }}/head:new_branch_for_testing
#We must specifically get the PR's target branch from security_content, not the one that resides in the fork PR's forked repo
git switch new_branch_for_testing
contentctl test --disable-tqdm --no-enable-integration-testing --post-test-behavior never_pause mode:changes --mode.target-branch ${{ github.base_ref }}
contentctl test --disable-tqdm --no-enable-integration-testing --container-settings.num-containers 3--post-test-behavior never_pause mode:changes --mode.target-branch ${{ github.base_ref }}
echo "contentctl test - COMPLETED"
continue-on-error: true

Expand Down

0 comments on commit c598027

Please sign in to comment.