Some checks failed
Pytest / Explore-Gitea-Actions (push) Failing after -14m15s
13 lines
365 B
YAML
13 lines
365 B
YAML
name: Pytest
|
|
run-name: PyTest
|
|
on: [push]
|
|
|
|
jobs:
|
|
Explore-Gitea-Actions:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: pipx install poetry
|
|
- 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
|