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

20 lines
218 B
YAML

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