Merge pull request #48469 from nextcloud/backport/48466/stable30

[stable30] ci: fail psalm when baseline update required
This commit is contained in:
Daniel 2024-09-30 22:32:27 +02:00 committed by GitHub
commit 6560e3aa6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,7 +38,7 @@ jobs:
- name: Show potential changes in Psalm baseline
if: always()
run: git diff -- . ':!lib/composer'
run: git diff --exit-code -- . ':!lib/composer'
- name: Upload Analysis results to GitHub
if: always()
@ -100,4 +100,4 @@ jobs:
- name: Show potential changes in Psalm baseline
if: always()
run: git diff -- . ':!lib/composer'
run: git diff --exit-code -- . ':!lib/composer'