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 2da740f + 1f6ac61 commit 2a9ae72
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 @@ -36,7 +36,7 @@ jobs:
git checkout ${{ github.head_ref }}
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.")
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"
Expand Down

0 comments on commit 2a9ae72

Please sign in to comment.