From b5a5273a4c737d650cc2009bbd2735845b005db9 Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Sat, 22 Mar 2025 01:44:31 -0400 Subject: [PATCH] Fix clone command --- .gitea/workflows/tests.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitea/workflows/tests.yaml b/.gitea/workflows/tests.yaml index 5aef6cb..9c7bbbd 100644 --- a/.gitea/workflows/tests.yaml +++ b/.gitea/workflows/tests.yaml @@ -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