From 8393265afc57dd42417c39fa521ce2904953e3c0 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 13 May 2025 08:51:44 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20.github/workflows/all=5Ftest1.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/all_test1.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/all_test1.yaml b/.github/workflows/all_test1.yaml index d8a8a3d..79dbae9 100644 --- a/.github/workflows/all_test1.yaml +++ b/.github/workflows/all_test1.yaml @@ -80,7 +80,7 @@ jobs: echo "=== Running Pytest Files Individually ===" 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