Alex Selimov e6c843a94b
Some checks failed
Pytest / Explore-Gitea-Actions (push) Failing after -13m49s
Add back in checkout
2025-03-22 01:37:24 -04:00

14 lines
328 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
- run: echo $(ls)
- run: /root/.local/bin/poetry install && /root/.local/bin/poetry run pytest -v