From dfa675ea9a28e4328c3089ea43507f85240aeadb Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Fri, 17 Jan 2025 23:22:31 -0800 Subject: [PATCH] cd --- .github/workflows/publish-to-docker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-to-docker.yml b/.github/workflows/publish-to-docker.yml index c94457e25..0cfb3775e 100644 --- a/.github/workflows/publish-to-docker.yml +++ b/.github/workflows/publish-to-docker.yml @@ -108,6 +108,7 @@ jobs: exit 1 fi + cd ../.. pip install pytest pytest-md-report LLAMA_STACK_BASE_URL="http://localhost:8321" pytest -v tests/client-sdk/inference/test_inference.py --md-report --md-report-verbose=1