mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Add continue-on-error for update-psalm-baseline workflow
This commit is contained in:
parent
1dc487b9f8
commit
e20f002c4f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/update-psalm-baseline.yml
vendored
1
.github/workflows/update-psalm-baseline.yml
vendored
|
|
@ -26,6 +26,7 @@ jobs:
|
|||
|
||||
- name: Psalm
|
||||
run: composer run psalm -- --monochrome --no-progress --output-format=text --update-baseline
|
||||
continue-on-error: true
|
||||
|
||||
- name: Reset composer
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue