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

This commit is contained in:
2025-05-13 07:18:53 +00:00
parent 219a57776d
commit 7ed9761ddd

View File

@@ -60,7 +60,7 @@ jobs:
bash -c ' bash -c '
pip install ruff pytest pytest-github-actions-annotate-failures pip install ruff pytest pytest-github-actions-annotate-failures
echo "=== Ruff ===" echo "=== Ruff ==="
cd /server && ruff check . --output-format=github --preview | sed "s|/server/||g" || true cd /server && ruff check . | sed "s|/server/||g" || true
' \ ' \
| tee /home/runner/prbot_data/full_output.txt | prbot | tee /home/runner/prbot_data/full_output.txt | prbot