chore: print integration tests command

# What does this PR do?


## Test Plan
This commit is contained in:
Eric Huang 2025-10-08 14:43:08 -07:00
parent b96640eca3
commit 6b07f43f61

View file

@ -54,6 +54,10 @@ runs:
SCRIPT_ARGS="$SCRIPT_ARGS --pattern ${{ inputs.pattern }}"
fi
echo "=== Running command ==="
echo "uv run --no-sync ./scripts/integration-tests.sh $SCRIPT_ARGS"
echo ""
uv run --no-sync ./scripts/integration-tests.sh $SCRIPT_ARGS | tee pytest-${{ inputs.inference-mode }}.log