Skip to content

Commit a98f01c

Browse files
committed
update
Signed-off-by: Junpu Fan <junpu@amazon.com>
1 parent 1ad77b4 commit a98f01c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr-vllm-rayserve.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,15 @@ jobs:
106106
107107
- name: Start container
108108
run: |
109+
pwd
110+
ls -la
109111
CONTAINER_NAME=vllm-rayserve-test
110112
echo "CONTAINER_NAME=$CONTAINER_NAME" >> $GITHUB_ENV
111113
docker run --name ${CONTAINER_NAME} \
112114
-d -it --rm --gpus=all --entrypoint /bin/bash \
113115
-v ${HOME}/.cache/huggingface:/root/.cache/huggingface \
114116
-v ${HOME}/.cache/vllm:/root/.cache/vllm \
115-
-v vllm_tests:/workdir --workdir /workdir \
117+
-v ./vllm_tests:/workdir --workdir /workdir \
116118
${IMAGE_URI}
117119
118120
- name: Run vLLM Tests
@@ -121,9 +123,7 @@ jobs:
121123
set -eux
122124
nvidia-smi
123125
pwd
124-
cd /workdir
125126
ls -la
126-
cd vllm_tests
127127
uv pip install --system -r requirements/common.txt -r requirements/dev.txt --torch-backend=auto
128128
uv pip install --system pytest pytest-asyncio
129129
pytest -s -v tests/test_logger.py

0 commit comments

Comments
 (0)