We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b9b7f8 commit 7a3cbe1Copy full SHA for 7a3cbe1
.github/workflows/ci.yml
@@ -68,19 +68,3 @@ jobs:
68
repo: context.repo.repo,
69
body: `## Linmo QEMU App Test Result (${toolchain} Toolchain)\n\n\`\`\`\n${output}\n\`\`\`\n\n_This is an automated report from CI._`
70
});
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