Alex Selimov c9f0d42abe
Some checks failed
Pytest / Explore-Gitea-Actions (push) Failing after -14m7s
Try a different clone variation
2025-03-22 08:52:41 -04:00

13 lines
378 B
YAML

name: Pytest
run-name: PyTest
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- run: pipx install poetry
- run: git clone https://www.alexselimov.com/git/aselimov/code_rag.git && cd code_rag && git checkout {{ gitea.ref }}
- run: echo $(ls)
- run: /root/.local/bin/poetry install && /root/.local/bin/poetry run pytest -v