Skip to content

Commit 5912a0f

Browse files
author
Martin Schaef
committed
fixing action
1 parent eb2aa08 commit 5912a0f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ jobs:
5353
path: code-guru/
5454

5555
- name: Print Summary of Findings ${{ matrix.os }}
56-
if: steps.iam-role.outcome == 'success'
57-
if: matrix.os != 'windows-latest' # cat and jq don't work the same way on windows
56+
if: steps.iam-role.outcome == 'success' && matrix.os != 'windows-latest' # cat and jq don't work the same way on windows
5857
run: |
5958
echo "detector,filePath,lineNumber" > summary-of-results.csv
6059
jq -r '.runs[0].results[] | {ruleId: .ruleId, firstFile: .locations[0].physicalLocation.artifactLocation.uri, firstLine: .locations[0].physicalLocation.region.startLine} | join(",")' \

0 commit comments

Comments
 (0)