z-py/.gitea/workflows/test.yaml

15 lines
292 B
YAML
Raw Normal View History

2024-09-09 15:07:33 -07:00
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