From 66e42bb93992254a3ac7b5e7e3c601bfae9b5f3b Mon Sep 17 00:00:00 2001 From: Deralden <121487413+Deralden@users.noreply.github.com> Date: Mon, 17 Jun 2024 17:18:27 +0300 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4d70186db..cf71e0c18 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -81,8 +81,7 @@ jobs: run: | export PIP_BREAK_SYSTEM_PACKAGES=1 export PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python - export LAMBDA_TASK_ROOT_KEY=LAMBDA_TASK_ROOT - export LAMBDA_TRACE_HEADER_KEY=_X_AMZN_TRACE_ID + export AWS_XRAY_SDK_ENABLED=false PYTHONPATH=$PWD python3 -m coverage run -m pytest */testcases/integration_testcases/*.py */testcases/unit_testcases/*.py */testcases/unit_testcases/*/*.py */testcases/functional_testcases/*.py python3 -m coverage report -m coverage xml -i