Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Deralden authored Jun 17, 2024
1 parent ad27f83 commit 66e42bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 66e42bb

Please sign in to comment.