Skip to content

Commit

Permalink
check string
Browse files Browse the repository at this point in the history
  • Loading branch information
andromaqui committed Feb 27, 2024
1 parent 5dd9916 commit 0d046d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rerun-failed-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
readarray -t array < <(echo "$errors" | jq -r '.[]')
for element in "${array[@]}"
do
echo "1"
error_count=$(echo "$logs" | grep -c "$element")
echo "error_count: $error_count"
if [[ $log =~ $element ]]; then
Expand Down

0 comments on commit 0d046d0

Please sign in to comment.