revbank-inflatinator/.forgejo/workflows/test.yaml
polyfloyd 5a2bfc59c2
Some checks failed
Test / pytest (push) Failing after 0s
Add forgejo test job
2025-03-23 14:07:03 +01:00

20 lines
213 B
YAML

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_call:
jobs:
pytest:
runs-on: docker
steps:
- uses: actions/checkout@v4
- name: pytest