Обновить .github/workflows/all_test1.yaml
This commit is contained in:
2
.github/workflows/all_test1.yaml
vendored
2
.github/workflows/all_test1.yaml
vendored
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user