mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-08 06:52:26 -04:00
CI: Add group for building pcr-reader for better output
This commit is contained in:
parent
28b2d84684
commit
af08ffbb16
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ runs:
|
||||||
steps:
|
steps:
|
||||||
- name: Build hack/pcr-reader
|
- name: Build hack/pcr-reader
|
||||||
run: |
|
run: |
|
||||||
|
echo "::group::Build pcr-reader"
|
||||||
go build .
|
go build .
|
||||||
echo "$(pwd)" >> $GITHUB_PATH
|
echo "$(pwd)" >> $GITHUB_PATH
|
||||||
working-directory: hack/pcr-reader
|
working-directory: hack/pcr-reader
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue