Skip to content

Commit 172dcf7

Browse files
committed
file name
1 parent 73e5431 commit 172dcf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,15 @@ jobs:
7979
- name: Check Test Summary
8080
run: |
8181
git status
82-
total_fail=$(yq e '.summary.total_fail' summary.yml)
82+
total_fail=$(yq e '.summary.total_fail' summary_2.yml)
8383
8484
# Check if total_fail is greater than one
8585
if [ "$total_fail" -gt 1 ]; then
8686
echo "CI Failure: There are failed tests."
8787
echo "Name | Status | Test Type"
8888
echo "---- | ------ | ---------"
8989
# Loop through each item in tested_detections and print required fields
90-
yq e '.tested_detections[] | "\(.name) | \(.success) | \(.tests[].test_type)"' summary.yml
90+
yq e '.tested_detections[] | "\(.name) | \(.success) | \(.tests[].test_type)"' summary_2.yml
9191
else
9292
echo "CI Success: No failed tests."
9393
fi

0 commit comments

Comments
 (0)