static-site-deploy/.forgejo/workflows/test.yml
Eric Wendland 38ed25fb76
Some checks failed
Test / test (push) Failing after 15s
Add public Forgejo static site deploy action
2026-07-15 16:18:50 +02:00

14 lines
226 B
YAML

---
name: Test
on:
push:
pull_request:
jobs:
test:
runs-on: docker
steps:
- uses: https://data.forgejo.org/actions/checkout@v6
- run: python3 -m pip install pytest
- run: python3 -m pytest -q