Skip to content

Commit f929210

Browse files
authored
fix (ecmwf#490)
1 parent 15c8c92 commit f929210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/actions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ case "$1" in
2626
integration-test)
2727
(
2828
cd "$SCRIPT_DIR" || exit 1
29-
uv run pytest ./integration_tests/small1.py --verbose
29+
uv run pytest ./integration_tests/small1_test.py --verbose
3030
)
3131
;;
3232
*)

0 commit comments

Comments
 (0)