Skip to content

Commit

Permalink
Branch was auto-updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
patel-bhavin authored Jul 9, 2024
2 parents 73ee573 + c9ae416 commit 2da740f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unit-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
echo "The target branch for this PR is ${{ github.base_ref }}"
# contentctl test --disable-tqdm --no-enable-integration-testing --post-test-behavior never_pause mode:changes --mode.target-branch ${{ github.base_ref }}
output = $(echo "With Detection Testing Mode 'Changes', there were [0] detections found to test.")
detections=$(echo "$output" | grep -oP 'there were \[\K[0-9]+(?=\] detections found to test)')
echo "::set-output name=detections::$detections"
echo "contentctl test - COMPLETED"
continue-on-error: true

Expand Down

0 comments on commit 2da740f

Please sign in to comment.