fix: fix pytest command

This commit is contained in:
2025-09-23 22:56:54 -05:00
parent 53bce2ec6e
commit 08cb2ddc16

View File

@@ -151,7 +151,7 @@ runs:
run: |
source $GITHUB_ENV
cd "./_plugin_checkout_/${PLUGIN_REPO_NAME}"
pytest --random-order --cov=./"${PLUGIN_REPO_NAME}" --cov-config=./"${PLUGIN_REPO_NAME}"/pyproject.toml --cov-branch --cov-report=xml --no-cov-on-fail ./"${PLUGIN_REPO_NAME}"/tests/ || test $? -eq 5
pytest --random-order --cov=./_plugin_checkout_/"${PLUGIN_REPO_NAME}" --cov-config=./_plugin_checkout_/"${PLUGIN_REPO_NAME}"/pyproject.toml --cov-branch --cov-report=xml --no-cov-on-fail ./_plugin_checkout_/"${PLUGIN_REPO_NAME}"/tests/ || test $? -eq 5
# - name: Checkout BEC Core