z-py/.gitea/workflows/test.yaml
Tyler 0a3827cc8b
Some checks failed
Z-py Gitea Actions / setup-environment (push) Failing after 1s
Z-py Gitea Actions / run-tests (push) Failing after 1s
add yaml for gitea actions
2024-09-10 13:03:32 -07:00

15 lines
292 B
YAML

name: Z-py Gitea Actions
run-name: ${{ gitea.actor }} for z-py
on: [push]
jobs:
setup-environment:
runs-on: native
steps:
- run: nix-shell
- run: pip install -r requirements.txt
- run: pip install .
run-tests:
runs-on: native
steps:
- run: pytest