File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 types : [opened, synchronize, reopened]
66 paths-ignore :
77 - ' system/**/*'
8- - ' .github/**/*'
98 - ' *.md'
109
1110jobs :
7574 run : |
7675 echo "## Integration Test Results" >> $GITHUB_STEP_SUMMARY
7776 echo "" >> $GITHUB_STEP_SUMMARY
78- echo "✅ Sistent changes were successfully tested" \
79- >> $GITHUB_STEP_SUMMARY
80- echo " against Meshery UI" >> $GITHUB_STEP_SUMMARY
77+ if [ "${{ job.status }}" == "success" ]; then
78+ echo "✅ Sistent changes were successfully tested" \
79+ >> $GITHUB_STEP_SUMMARY
80+ echo " against Meshery UI" >> $GITHUB_STEP_SUMMARY
81+ else
82+ echo "❌ Integration test failed" \
83+ >> $GITHUB_STEP_SUMMARY
84+ fi
8185 echo "" >> $GITHUB_STEP_SUMMARY
8286 echo "### Details" >> $GITHUB_STEP_SUMMARY
8387 echo "- **Sistent Package**: ${{ env.SISTENT_PACKAGE }}" \
8993 echo "- **Meshery UI Build**: ❌ Failed" \
9094 >> $GITHUB_STEP_SUMMARY
9195 fi
92- echo "- **Node Version**: 20" >> $GITHUB_STEP_SUMMARY
96+ echo "- **Node Version**: 20" \
97+ >> $GITHUB_STEP_SUMMARY
You can’t perform that action at this time.
0 commit comments