Signed-off-by: Konstantin Fickel <mail@konstantinfickel.de>
This commit is contained in:
parent
558ceaa4a4
commit
78f5eec82d
2 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 sync --locked --all-extras --dev; uv run ruff --version"'
|
||||
run: 'nix develop .#impure --command bash -c "uv --with ruff ruff check"'
|
||||
|
||||
- name: Test with PyTest
|
||||
run: nix develop .#impure --command bash -c "uv run pytest --junit-xml test-report.xml"
|
||||
|
|
|
|||
0
test.md
0
test.md
Loading…
Add table
Add a link
Reference in a new issue