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 f32ef327c6 - Show all commits

View File

@ -6,5 +6,5 @@ jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- run: curl -sSL https://install.python-poetry.org | python3 -
- run: poetry install && poetry run pytest -v
- run: pipx install poetry
- run: /root/.local/bin/poetry install && /root/.local/bin/poetry run pytest -v