Skip to content

Commit

Permalink
fix failing check
Browse files Browse the repository at this point in the history
Signed-off-by: tnazarew <[email protected]>
  • Loading branch information
tnazarew committed Oct 24, 2024
1 parent a6de6be commit 507b36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/collect_and_compare_reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
id: fail-for-new-failures
if: ${{ inputs.fail-for-new-failures }}
run: |
[ -f reports/retention-failures-report.json ] || { exit 1 }
jq -e '. == []' reports/retention-failures-report.json > /dev/null || { exit 1 }

0 comments on commit 507b36f

Please sign in to comment.