diff --git a/.github/actions/run-integration-tests/action.yml b/.github/actions/run-integration-tests/action.yml index bca8ecbe6..64b5f6627 100644 --- a/.github/actions/run-integration-tests/action.yml +++ b/.github/actions/run-integration-tests/action.yml @@ -30,12 +30,13 @@ runs: - name: Run Integration Tests env: LLAMA_STACK_CLIENT_TIMEOUT: "300" - LLAMA_STACK_TEST_INFERENCE_MODE: ${{ inputs.inference-mode }} shell: bash run: | stack_config="${{ inputs.stack-config }}" EXCLUDE_TESTS="builtin_tool or safety_with_image or code_interpreter or test_rag" + export LLAMA_STACK_TEST_INFERENCE_MODE="${{ inputs.inference-mode }}" + # Configure provider-specific settings if [ "${{ inputs.provider }}" == "ollama" ]; then export OLLAMA_URL="http://0.0.0.0:11434" diff --git a/.github/workflows/integration-vision-tests.yml b/.github/workflows/integration-vision-tests.yml index 5284e5710..6aab0852a 100644 --- a/.github/workflows/integration-vision-tests.yml +++ b/.github/workflows/integration-vision-tests.yml @@ -107,6 +107,11 @@ jobs: - name: Commit and push recordings run: | + pwd + ls -la tests/integration/recordings/ + git status --porcelain tests/integration/recordings/ + git status + if ! git status --porcelain tests/integration/recordings/ | grep -q .; then echo "New recordings detected, committing and pushing" git add tests/integration/recordings/