fix: pytest
This commit is contained in:
@@ -151,7 +151,7 @@ runs:
|
||||
run: |
|
||||
source $GITHUB_ENV
|
||||
cd "./_plugin_checkout_/${PLUGIN_REPO_NAME}"
|
||||
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
|
||||
pytest --random-order --cov=. --cov-config=./pyproject.toml --cov-branch --cov-report=xml --no-cov-on-fail ./tests/ || test $? -eq 5
|
||||
|
||||
|
||||
# - name: Checkout BEC Core
|
||||
|
||||
Reference in New Issue
Block a user