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