diff --git a/.github/workflows/publish-to-docker.yml b/.github/workflows/publish-to-docker.yml index 05ead6e900..5f747923cf 100644 --- a/.github/workflows/publish-to-docker.yml +++ b/.github/workflows/publish-to-docker.yml @@ -1,7 +1,7 @@ name: Docker Build and Publish on: - # push: + push: workflow_dispatch: inputs: version: @@ -110,6 +110,7 @@ jobs: - name: Run test on docker server run: | + 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 # - name: Push to dockerhub