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