Display matrix and add to artifact

This commit is contained in:
Manna Harbour 2024-04-10 18:05:16 +10:00
parent c450bb5d17
commit 0599d01e51

View File

@ -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