We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15c8c92 commit f929210Copy full SHA for f929210
scripts/actions.sh
@@ -26,7 +26,7 @@ case "$1" in
26
integration-test)
27
(
28
cd "$SCRIPT_DIR" || exit 1
29
- uv run pytest ./integration_tests/small1.py --verbose
+ uv run pytest ./integration_tests/small1_test.py --verbose
30
)
31
;;
32
*)
0 commit comments