diff --git a/.github/workflows/run-zombienet-tests.yml b/.github/workflows/run-zombienet-tests.yml index 7f888575a..768d7b63d 100644 --- a/.github/workflows/run-zombienet-tests.yml +++ b/.github/workflows/run-zombienet-tests.yml @@ -71,6 +71,7 @@ jobs: id: set_tests run: | include_tests=$(echo "${{ env.tests }}" | jq -c '{include: . | map({test_name: .})}') + echo "Formatted tests JSON: $include_tests" echo "tests=$include_tests" >> $GITHUB_OUTPUT ####### Building binaries #######