Files
dotfiles/.github/workflows/pytest_safe.yml
2025-12-31 16:55:05 -05:00

20 lines
294 B
YAML

name: pytest_safe
on:
push:
branches:
- main
pull_request:
branches:
- main
merge_group:
jobs:
pytest:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- name: Run tests
run: unshare --map-root-user --user --net -- pytest tests