Merge pull request #8569 from fuweid/add-dmesg-for-unit-test

.github/workflows: add dmesg step for integration-linux
This commit is contained in:
Fu Wei 2023-08-22 18:36:29 +08:00 committed by GitHub
commit f9dec2aeae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -520,6 +520,10 @@ jobs:
mount mount
df df
losetup -l losetup -l
- name: Kernel Message
if: failure()
run: sudo dmesg -T -f kern
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
if: always() if: always()
with: with: