CI: swap GitLab CI for Gitea Actions (remote is Gitea)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
11
.gitea/workflows/test.yml
Normal file
11
.gitea/workflows/test.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
name: tests
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
pytest:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: astral-sh/setup-uv@v5
|
||||
- run: uv sync --frozen
|
||||
- run: uv run pytest
|
||||
Reference in New Issue
Block a user