Alex Selimov 143f68fe5e
Some checks failed
Pytest / Explore-Gitea-Actions (push) Failing after -13m44s
Fix server url
2025-03-22 01:40:20 -04:00

16 lines
405 B
YAML

name: Pytest
run-name: PyTest
on: [push]
jobs:
Explore-Gitea-Actions:
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: echo $(ls)
- run: /root/.local/bin/poetry install && /root/.local/bin/poetry run pytest -v