Skip to content

Commit

Permalink
fix: CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Anas12091101 committed Nov 18, 2024
1 parent c13fb8c commit 81b3ab8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion run_devstack_integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,11 @@ for subdir in "src"/*; do
fi

# Run the pytest command
$pytest_command
if $pytest_command --collect-only; then
$pytest_command
else
echo "No tests found, skipping pytest."
fi

PYTEST_SUCCESS=$?

Expand Down

0 comments on commit 81b3ab8

Please sign in to comment.