Files
dotfiles/.github/workflows/pytest.yml
T
2026-04-30 11:46:18 -04:00

19 lines
282 B
YAML

name: pytest
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
pytest:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- name: Run tests
run: nix develop .#devShells.x86_64-linux.default -c pytest tests