Browse Source

Always show the psalm baseline change, even on failure

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
pull/34997/head
Côme Chilliet 3 years ago
parent
commit
d2204a71c6
No known key found for this signature in database GPG Key ID: A3E2F658B28C760A
  1. 2
      .github/workflows/static-code-analysis.yml

2
.github/workflows/static-code-analysis.yml

@ -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