Fix server url
Some checks failed
Pytest / Explore-Gitea-Actions (push) Failing after -13m44s

This commit is contained in:
Alex Selimov 2025-03-22 01:40:20 -04:00
parent e6c843a94b
commit 143f68fe5e

View File

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