mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-10 13:28:40 +00:00
chore: print integration tests command
# What does this PR do? ## Test Plan
This commit is contained in:
parent
b96640eca3
commit
6b07f43f61
1 changed files with 4 additions and 0 deletions
|
@ -54,6 +54,10 @@ runs:
|
||||||
SCRIPT_ARGS="$SCRIPT_ARGS --pattern ${{ inputs.pattern }}"
|
SCRIPT_ARGS="$SCRIPT_ARGS --pattern ${{ inputs.pattern }}"
|
||||||
fi
|
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
|
uv run --no-sync ./scripts/integration-tests.sh $SCRIPT_ARGS | tee pytest-${{ inputs.inference-mode }}.log
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue