From 8516ff9e9104687c3c233a0606667ed8822ea81b Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Sun, 18 Jun 2023 11:47:02 +0000 Subject: [PATCH] ci: include internal errors in status --- .github/workflows/ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 0d2b6a4..7b92a33 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -164,7 +164,7 @@ jobs: ../out-of-tree --log-level=debug kernel list-remote --distro=${{ matrix.os.distro }} --ver=${{ matrix.os.release }} ../out-of-tree --log-level=debug kernel autogen --max=1 --shuffle - ../out-of-tree --log-level=debug pew --qemu-timeout=10m + ../out-of-tree --log-level=debug pew --qemu-timeout=10m --include-internal-errors - name: Archive logs if: always()