wip - added groups
This commit is contained in:
@ -108,4 +108,6 @@ runs:
|
|||||||
# if: ( steps.plugin_checkout.outputs.skip_tests != 'true' )
|
# if: ( steps.plugin_checkout.outputs.skip_tests != 'true' )
|
||||||
run: |
|
run: |
|
||||||
cd ./_checkout_/${PLUGIN_REPO_NAME}
|
cd ./_checkout_/${PLUGIN_REPO_NAME}
|
||||||
|
echo "::group::Running Pytest"
|
||||||
pytest -v --maxfail=2 --random-order ./tests
|
pytest -v --maxfail=2 --random-order ./tests
|
||||||
|
echo "::endgroup::"
|
||||||
|
Reference in New Issue
Block a user