From af08ffbb16a656fa6df5ef60c90a0d788882b848 Mon Sep 17 00:00:00 2001 From: Nils Hanke Date: Mon, 31 Oct 2022 15:42:50 +0100 Subject: [PATCH] CI: Add group for building pcr-reader for better output --- .github/actions/constellation_measure/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/constellation_measure/action.yml b/.github/actions/constellation_measure/action.yml index 2df1c4e88..eaf10a76f 100644 --- a/.github/actions/constellation_measure/action.yml +++ b/.github/actions/constellation_measure/action.yml @@ -39,6 +39,7 @@ runs: steps: - name: Build hack/pcr-reader run: | + echo "::group::Build pcr-reader" go build . echo "$(pwd)" >> $GITHUB_PATH working-directory: hack/pcr-reader