mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 17:13:03 +01:00
Qual: Update logToCheckStyle to version that extracts PHP Fatal Errors
This commit is contained in:
2
.github/workflows/windows-ci.yaml
vendored
2
.github/workflows/windows-ci.yaml
vendored
@@ -152,7 +152,7 @@ jobs:
|
||||
echo "PHPUNIT seems to have completed with a test result, reuse the exit code"
|
||||
for /f "tokens=2 delims==" %%A in ('doskey /m:err') do EXIT /B %%A
|
||||
- name: Convert Raw Log to Annotations
|
||||
uses: mdeweerd/logToCheckStyle@v2024.2.9
|
||||
uses: mdeweerd/logToCheckStyle@v2024.3.2
|
||||
if: ${{ failure() }}
|
||||
with:
|
||||
in: ${{ env.PHPUNIT_LOG }}
|
||||
|
||||
Reference in New Issue
Block a user