Skip to content

Commit d35a6d4

Browse files
committed
test3
1 parent 66626c4 commit d35a6d4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test-server-ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,14 @@ jobs:
127127
echo "No test results found."
128128
fi
129129
130+
- name: Print failed test logs
131+
if: always()
132+
run: |
133+
echo "==== Failed Tests with Stack Traces ===="
134+
for file in build/test-results/test/*.xml; do
135+
cat "$file"
136+
done
137+
130138
# 8-1. secrets 파일 완전 삭제
131139
- name: Remove secrets files before building
132140
run: |

0 commit comments

Comments
 (0)