Address code review feedback: fix assertion order and workflow issues

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-28 18:08:00 +00:00
parent f4448d8881
commit c781121dbc
4 changed files with 6 additions and 13 deletions

View File

@@ -25,7 +25,6 @@ jobs:
ovmf \
mtools \
xorriso \
scrot \
imagemagick
- name: Build bootloader

View File

@@ -33,10 +33,4 @@ jobs:
- name: Test summary
if: always()
run: |
echo "Unit tests completed"
if [ $? -eq 0 ]; then
echo "✓ All tests passed"
else
echo "✗ Some tests failed"
exit 1
fi
echo "Unit test execution completed"