From 102af286be2cd6465e0e42a9994812e681e9dc16 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Thu, 31 Jul 2025 16:33:18 -0700 Subject: [PATCH] debug --- .github/workflows/record-integration-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/record-integration-tests.yml b/.github/workflows/record-integration-tests.yml index dd1eec1cf..300af6bd0 100644 --- a/.github/workflows/record-integration-tests.yml +++ b/.github/workflows/record-integration-tests.yml @@ -56,6 +56,7 @@ jobs: modes_array+=("non-vision") fi matrix_modes=$(jq -n -c '$ARGS.positional' --jsonargs -- "${modes_array[@]}") + echo "matrix_modes=$matrix_modes" echo "matrix-modes=$matrix_modes" >> $GITHUB_OUTPUT record-tests: