Skip to content

Commit

Permalink
fix mise test:e2e script
Browse files Browse the repository at this point in the history
  • Loading branch information
henrymsiska committed Feb 12, 2025
1 parent a08b223 commit 4a6fb2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ run = """
#!/bin/bash
cp .env.example .env
source .env
poetry run pytest -n auto --dist loadgroup $(find . -type d -path '*/tests/e2e' -not -path './tilt*')$@
poetry run pytest -n auto --dist loadgroup $(find . -type d -path '*/tests/e2e' -not -path './tilt*') $@
"""

[tasks.fmt]
Expand Down

0 comments on commit 4a6fb2c

Please sign in to comment.