Merge remote-tracking branch 'origin/main' into resp_ci

This commit is contained in:
Ashwin Bharambe 2025-10-08 15:25:34 -07:00
commit 43c41626ea
2 changed files with 34 additions and 12 deletions

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