We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fed374e + 88150d8 commit 8067f93Copy full SHA for 8067f93
.github/workflows/_run-tests-action.yml
@@ -49,6 +49,6 @@ jobs:
49
for pkg in packages/*; do
50
if [ -d "$pkg/tests" ]; then
51
echo "Running tests in $pkg/tests"
52
- uv run pytest "$pkg/tests"
+ uv run pytest "$pkg/tests"
53
fi
54
done
0 commit comments