Skip to content

Commit 7a3cbe1

Browse files
committed
Remove test-summary job from CI workflow
1 parent 7b9b7f8 commit 7a3cbe1

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -68,19 +68,3 @@ jobs:
6868
repo: context.repo.repo,
6969
body: `## Linmo QEMU App Test Result (${toolchain} Toolchain)\n\n\`\`\`\n${output}\n\`\`\`\n\n_This is an automated report from CI._`
7070
});
71-
72-
# Optional: Create a summary job that depends on all matrix jobs
73-
test-summary:
74-
runs-on: ubuntu-24.04
75-
needs: matrix-tests
76-
if: always()
77-
78-
steps:
79-
- name: Check test results
80-
run: |
81-
if [ "${{ needs.matrix-tests.result }}" = "success" ]; then
82-
echo "✅ All toolchain tests passed!"
83-
else
84-
echo "❌ Some toolchain tests failed"
85-
exit 1
86-
fi

0 commit comments

Comments
 (0)