Files
gatekeeper/.gitea/workflows/python.yml
ahtlon 56ff5af7ad
Some checks failed
Test python action / build (push) Failing after 1m53s
[actions] try 2
2026-07-29 15:55:25 +02:00

17 lines
371 B
YAML

name: Test python action
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up UV
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
- name: Install deps
run: uv sync --locked --all-extras --dev
- name: Run tests
run: uv run pytest test