Fix clone command
Some checks failed
Pytest / Explore-Gitea-Actions (push) Failing after -14m15s

This commit is contained in:
Alex Selimov 2025-03-22 01:44:31 -04:00
parent 143f68fe5e
commit b5a5273a4c

View File

@ -7,9 +7,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: pipx install poetry
- name: Check out repository code
uses: actions/checkout@v4
with:
github-server-url: "https://www.alexselimov.com/git"
- run: git clone -b {{ gitea.ref }} https://www.alexselimov.com/git/aselimov/code_rag.git && cd code_rag
- run: echo $(ls)
- run: /root/.local/bin/poetry install && /root/.local/bin/poetry run pytest -v