Skip to content

Commit 2ce7ad6

Browse files
committed
add step to display Kagent output after tests
1 parent f65badc commit 2ce7ad6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/run-agent-framework-test.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,13 @@ jobs:
127127
job_outcome=$(echo '{}' | jq '. + {status: "${{ job.status }}"}' | jq --arg name "$NAME" '. + {name: $name}' | jq --arg description "$DESCRIPTION" '. + {description: $description}' | jq tostring)
128128
echo "${{ matrix.challenges.name }}=${job_outcome}" >> "$GITHUB_OUTPUT"
129129
130+
- name: Show Kagent output
131+
working-directory: .github/data/agent-framework/${{ matrix.challenges.scenario }}
132+
id: print_kagent_output
133+
if: always()
134+
run: |
135+
cat results/*
136+
130137
- name: Upload test results
131138
uses: actions/upload-artifact@v4
132139
if: always()

0 commit comments

Comments
 (0)