We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f65badc commit 2ce7ad6Copy full SHA for 2ce7ad6
.github/workflows/run-agent-framework-test.yaml
@@ -127,6 +127,13 @@ jobs:
127
job_outcome=$(echo '{}' | jq '. + {status: "${{ job.status }}"}' | jq --arg name "$NAME" '. + {name: $name}' | jq --arg description "$DESCRIPTION" '. + {description: $description}' | jq tostring)
128
echo "${{ matrix.challenges.name }}=${job_outcome}" >> "$GITHUB_OUTPUT"
129
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
+
137
- name: Upload test results
138
uses: actions/upload-artifact@v4
139
if: always()
0 commit comments