From 0599d01e51f3d5ef437fb5e625c3e880869de351 Mon Sep 17 00:00:00 2001 From: Manna Harbour <51143715+manna-harbour@users.noreply.github.com> Date: Wed, 10 Apr 2024 18:05:16 +1000 Subject: [PATCH] Display matrix and add to artifact --- .github/workflows/main.yml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a7fee09..14559fa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -78,7 +78,7 @@ jobs: id: main run: | test "$MIRYOKU_DEBUG" = 'MIRYOKU_DEBUG_TRUE' && set -x - + echo "::group::variables" if [ -n "${{ matrix.shield }}" -a "${{ matrix.shield }}" != "default" ] @@ -159,6 +159,26 @@ jobs: echo "::endgroup::" + echo "::group::matrix" + matrix_file="$artifact_dir/matrix.txt" + echo " + board: '${{ matrix.board }}' + shield: '${{ matrix.shield }}' + alphas: '${{ matrix.alphas }}' + extra: '${{ matrix.extra }}' + tap: '${{ matrix.tap }}' + nav: '${{ matrix.nav }}' + clipboard: '${{ matrix.clipboard }}' + layers: '${{ matrix.layers }}' + mapping: '${{ matrix.mapping }}' + custom_config: '${{ matrix.custom_config }}' + kconfig: '${{ matrix.kconfig }}' + branches: '${{ matrix.branches }}' + modules: '${{ matrix.modules }}' + " > "$matrix_file" + cat "$matrix_file" + echo "::endgroup::" + echo "::group::outboards" if [ -n "$shield" ] then