Merge pull request #8569 from fuweid/add-dmesg-for-unit-test
.github/workflows: add dmesg step for integration-linux
This commit is contained in:
commit
f9dec2aeae
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -520,6 +520,10 @@ jobs:
|
||||
mount
|
||||
df
|
||||
losetup -l
|
||||
- name: Kernel Message
|
||||
if: failure()
|
||||
run: sudo dmesg -T -f kern
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
if: always()
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user