roc-fnb-server/.forgejo/workflows/run-tests.yml
D. Scott Boggs afd7cc4ef0
Some checks are pending
/ run-tests (push) Waiting to run
Add test CI job
2025-06-01 13:34:34 -04:00

18 lines
320 B
YAML

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