mirror of
https://github.com/johndoe6345789/MetalOS.git
synced 2026-04-24 13:45:02 +00:00
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:
1
.github/workflows/qemu-test.yml
vendored
1
.github/workflows/qemu-test.yml
vendored
@@ -25,7 +25,6 @@ jobs:
|
||||
ovmf \
|
||||
mtools \
|
||||
xorriso \
|
||||
scrot \
|
||||
imagemagick
|
||||
|
||||
- name: Build bootloader
|
||||
|
||||
8
.github/workflows/unit-tests.yml
vendored
8
.github/workflows/unit-tests.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user