Show error-printing step as failed on CI (#7982)

This commit is contained in:
Hans-Peter Lehmann 2025-09-12 21:26:30 +02:00 committed by GitHub
parent 0772b4998d
commit 60f4c4cb20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,6 +49,7 @@ jobs:
run: |
git diff --name-only | xargs -I '{}' echo "::error file={},line=1,endLine=1,title=XML Format::Run android-xml-formatter.jar on this file or view CI output to see how it should be formatted."
python .github/workflows/errorPrinter.py
false
unit-test:
name: "Unit Test: ${{ matrix.variant }}"