Skip to content

Commit 722e4c7

Browse files
author
Martin Schaef
committed
update expected results
1 parent 896ad70 commit 722e4c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/self-test-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
if: steps.iam-role.outcome == 'success'
6565
shell: bash
6666
env:
67-
EXPECTED: 102
67+
EXPECTED: 103
6868
run: |
6969
[[ $(jq -r '.runs[0].results[].ruleId' code-guru/recommendations.sarif.json | wc -l) -eq $EXPECTED ]] || { echo "Expected $EXPECTED recommendations but got $(jq -r '.runs[0].results[].ruleId' code-guru/recommendations.sarif.json | wc -l)"; exit 1; }
7070

0 commit comments

Comments
 (0)