mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-19 04:28:31 +02:00
[GitHub Actions] run test commands from poetry's shell
This commit is contained in:
parent
96369ca38b
commit
c4439f4371
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ jobs:
|
||||||
poetry install
|
poetry install
|
||||||
poetry run python -m pip install ./tests/external_plugins_src/
|
poetry run python -m pip install ./tests/external_plugins_src/
|
||||||
cd ..
|
cd ..
|
||||||
|
poetry shell
|
||||||
# installed test plugins aren't recognized by "behave" if run from the
|
# 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
|
# project's root folder, but "poetry run" doesn't work on folders upstream
|
||||||
# from project root
|
# from project root
|
||||||
|
|
Loading…
Add table
Reference in a new issue