Skip to content

Commit 212fed5

Browse files
Mofiied Generic Error Details
1 parent ee36107 commit 212fed5

4 files changed

Lines changed: 1045 additions & 26 deletions

File tree

.github/workflows/deploy-Parameterized.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
else
183183
echo "### ❌ Build Failed" >> $GITHUB_STEP_SUMMARY
184184
echo "- Docker build process encountered an error" >> $GITHUB_STEP_SUMMARY
185-
echo "- Check the build logs for more details" >> $GITHUB_STEP_SUMMARY
185+
echo "- ⬇️ Check the **docker-build** error under annotations for detailed error information" >> $GITHUB_STEP_SUMMARY
186186
fi
187187
188188
deploy:
@@ -620,8 +620,7 @@ jobs:
620620
else
621621
echo "### ❌ Deployment Failed" >> $GITHUB_STEP_SUMMARY
622622
echo "- Deployment process encountered an error" >> $GITHUB_STEP_SUMMARY
623-
echo "- Check the deployment logs for more details" >> $GITHUB_STEP_SUMMARY
624-
echo "- Verify quota availability and permissions" >> $GITHUB_STEP_SUMMARY
623+
echo "- ⬇️ Check the **deploy** error under annotations for detailed error information" >> $GITHUB_STEP_SUMMARY
625624
fi
626625
627626
e2e-test:
@@ -782,8 +781,9 @@ jobs:
782781
else
783782
echo "### ❌ Cleanup Failed" >> $GITHUB_STEP_SUMMARY
784783
echo "- Cleanup process encountered an error" >> $GITHUB_STEP_SUMMARY
785-
echo "- Some resources may still exist in Azure" >> $GITHUB_STEP_SUMMARY
786784
echo "- Manual cleanup may be required" >> $GITHUB_STEP_SUMMARY
785+
echo "- ⬇️ Check the **cleanup-deployment** error under annotations for detailed error information" >> $GITHUB_STEP_SUMMARY
786+
787787
fi
788788
789789
send-notification:

.github/workflows/test-automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,5 +139,5 @@ jobs:
139139
else
140140
echo "### ❌ Test Results" >> $GITHUB_STEP_SUMMARY
141141
echo "- All test attempts failed" >> $GITHUB_STEP_SUMMARY
142-
echo "- Review test report for detailed failure information" >> $GITHUB_STEP_SUMMARY
142+
echo "- ⬇️ Check the e2e-test/test error under annotations for detailed error information" >> $GITHUB_STEP_SUMMARY
143143
fi

0 commit comments

Comments
 (0)