Browse Source

Always show the psalm baseline change, even on failure

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
tags/v26.0.0beta1
Côme Chilliet 1 year ago
parent
commit
d2204a71c6
No account linked to committer's email address
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      .github/workflows/static-code-analysis.yml

+ 2
- 0
.github/workflows/static-code-analysis.yml View File

@@ -29,6 +29,7 @@ jobs:
run: composer run psalm -- --monochrome --no-progress --output-format=github --update-baseline --report=results.sarif

- name: Show potential changes in Psalm baseline
if: always()
run: git diff -- . ':!lib/composer'

- name: Upload Analysis results to GitHub
@@ -90,4 +91,5 @@ jobs:
run: composer run psalm -- -c psalm-ocp.xml --monochrome --no-progress --output-format=github --update-baseline

- name: Show potential changes in Psalm baseline
if: always()
run: git diff -- . ':!lib/composer'

Loading…
Cancel
Save