mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-10-29 03:36:21 +00:00
Show error-printing step as failed on CI (#7982)
This commit is contained in:
parent
0772b4998d
commit
60f4c4cb20
1
.github/workflows/checks.yml
vendored
1
.github/workflows/checks.yml
vendored
@ -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 }}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user