Обновить .github/workflows/all_test1.yaml

This commit is contained in:
2025-05-13 08:51:44 +00:00
parent 5335055a82
commit 8393265afc

View File

@@ -80,7 +80,7 @@ jobs:
echo "=== Running Pytest Files Individually ===" echo "=== Running Pytest Files Individually ==="
find . -name "test_*.py" | sort | while read -r test_file; do find . -name "test_*.py" | sort | while read -r test_file; do
echo "::notice::Starting Pytest for file: $test_file" echo "Starting Pytest for file: $test_file"
pytest -v -W always "$test_file" --capture=no --annotate-failures 2>&1 | tee -a /tmp/test_output.txt pytest -v -W always "$test_file" --capture=no --annotate-failures 2>&1 | tee -a /tmp/test_output.txt