diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2021-11-04 10:14:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-04 10:14:53 +0100 |
commit | ac4cad4330d0d58c36e3393ac1ce18d08f6acb5d (patch) | |
tree | 670fd7b640ad473fa6b002682b93714a42739094 | |
parent | 1dc487b9f8aac3bf9406d37ae374ff2009dcf7cf (diff) | |
parent | e20f002c4f298406f6b4ca1438df858fa0a40b15 (diff) | |
download | nextcloud-server-ac4cad4330d0d58c36e3393ac1ce18d08f6acb5d.tar.gz nextcloud-server-ac4cad4330d0d58c36e3393ac1ce18d08f6acb5d.zip |
Merge pull request #29546 from nextcloud/psalm/baseline-continue-on-error
-rw-r--r-- | .github/workflows/update-psalm-baseline.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/update-psalm-baseline.yml b/.github/workflows/update-psalm-baseline.yml index 0ed0e8b0c4c..f2b761aa602 100644 --- a/.github/workflows/update-psalm-baseline.yml +++ b/.github/workflows/update-psalm-baseline.yml @@ -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: | |