tmp2
Some checks failed
Continuous Integration / Lint, Check & Test (push) Failing after 38s

Signed-off-by: Konstantin Fickel <mail@konstantinfickel.de>
This commit is contained in:
Konstantin Fickel 2025-10-12 10:30:26 +02:00
parent 27e8a3abba
commit 3944a01c26
Signed by: kfickel
GPG key ID: A793722F9933C1A5

View file

@ -20,7 +20,7 @@ jobs:
run: 'nix develop .#impure --command bash -c "uv sync --locked --all-extras --dev"'
- name: Check with Ruff
run: 'nix develop .#impure --command bash -c "uv run"'
run: 'nix develop .#impure --command bash -c "uv run ruff"'
- name: Test with PyTest
run: nix develop .#impure --command bash -c "uv run pytest --junit-xml test-report.xml"