revbank-inflatinator/.forgejo/workflows/test.yaml
polyfloyd afe29ad80d
Some checks are pending
Test / pytest (push) Waiting to run
Add forgejo test job
2025-03-23 14:05:06 +01:00

20 lines
220 B
YAML

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