Signed-off-by: Konstantin Fickel <mail@konstantinfickel.de>
This commit is contained in:
parent
27e8a3abba
commit
3944a01c26
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue