static-site-deploy/.forgejo/workflows/test.yml
Eric Wendland d40d2837f5
All checks were successful
Test / test (push) Successful in 12s
Test static deploy action without pip
2026-07-15 16:34:06 +02:00

13 lines
200 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 unittest discover -s tests