revbank-inflatinator/.forgejo/workflows/test.yaml
polyfloyd dbb655eecd
Some checks failed
Test / pytest (push) Failing after 4m3s
Add forgejo test job
2025-03-23 14:12:02 +01:00

21 lines
255 B
YAML

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_call:
jobs:
pytest:
runs-on: docker
steps:
- uses: actions/checkout@v4
- run: pip install -r requirements.txt
- run: pytest