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
No known key found for this signature in database
GPG Key ID: A3E2F658B28C760A
1 changed files with
2 additions and
0 deletions
-
.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' |