Signed-off-by: Konstantin Fickel <mail@konstantinfickel.de>
This commit is contained in:
parent
af092b7cfb
commit
b6fc399f27
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 ruff ."'
|
||||
run: 'nix develop .#impure --command bash -c "uv run ruff --version"'
|
||||
|
||||
- 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