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 143f68fe5e - Show all commits

View File

@ -9,5 +9,7 @@ jobs:
- run: pipx install poetry
- name: Check out repository code
uses: actions/checkout@v4
with:
github-server-url: "https://www.alexselimov.com/git"
- run: echo $(ls)
- run: /root/.local/bin/poetry install && /root/.local/bin/poetry run pytest -v