Add test CI job
Some checks are pending
/ run-tests (push) Waiting to run

This commit is contained in:
D. Scott Boggs 2025-06-01 12:41:36 -04:00
parent 600a6af27a
commit afd7cc4ef0

View file

@ -0,0 +1,17 @@
on: [push]
jobs:
run-tests:
runs-on: docker
container:
image: python:alpine
steps:
- uses: actions/checkout@v4
with:
ref: ${{ forgejo.ref_head }}
sparse-checkout: |
roc_fnb
run: |
pip install .
python -m pytest --capture no