Create basic testing pipeline #1

Merged
aselimov merged 18 commits from dev_ops into master 2025-03-22 13:46:35 +00:00
Showing only changes of commit 6e3ae47c5b - Show all commits

@ -7,5 +7,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: pipx install poetry
- run: ls
- run: echo $(ls)
- run: /root/.local/bin/poetry install && /root/.local/bin/poetry run pytest -v