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

View File

@ -6,7 +6,7 @@ jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- run: pipx install poetry && sudo apt-get install python-dev -y
- run: pipx install poetry && sudo apt-get update &&sudo apt-get install python3-dev -y
- run: git clone https://www.alexselimov.com/git/aselimov/code_rag.git && cd code_rag && git checkout ${{ gitea.ref_name }}
- run: cd code_rag && /root/.local/bin/poetry install
- run: /root/.local/bin/poetry run pytest -v