Skip to content

Commit

Permalink
remove gh task
Browse files Browse the repository at this point in the history
Signed-off-by: Emily McMullan <[email protected]>
  • Loading branch information
eemcmullan committed Oct 23, 2023
1 parent 7411357 commit f7d9c08
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,3 @@ jobs:
sed 's/^[ \t-]*//' $expected_file | sort -s > /tmp/expected_file
sed 's/^[ \t-]*//' $actual_file | sort -s > /tmp/actual_file
diff /tmp/expected_file /tmp/actual_file || diff $expected_file $actual_file
- name: Fail if xml rule is not in analysis output as violation
run: |
actual_file=./output/output.yaml
grep violations -A 1 $actual_file | grep jni-native-code-00000-test -B 1

0 comments on commit f7d9c08

Please sign in to comment.