[GitHub Actions] run test commands from poetry's shell

This commit is contained in:
MinchinWeb 2021-05-16 21:20:25 -06:00
parent 96369ca38b
commit c4439f4371

View file

@ -53,6 +53,7 @@ jobs:
poetry install
poetry run python -m pip install ./tests/external_plugins_src/
cd ..
poetry shell
# installed test plugins aren't recognized by "behave" if run from the
# project's root folder, but "poetry run" doesn't work on folders upstream
# from project root