Merge pull request #35635 from nextcloud/ci/update-psalm-baseline/stable25

Update update-psalm-baseline workflow for NC25
pull/35057/head
Carl Schwan 1 year ago committed by GitHub
commit 33c2c3d030
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,12 +12,12 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ["master", "stable24", "stable23", "stable22"]
branches: ["master", "stable25", "stable24", "stable23"]
name: update-psalm-baseline-${{ matrix.branches }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
ref: ${{ matrix.branches }}
submodules: true
@ -36,6 +36,10 @@ jobs:
run: composer run psalm -- --monochrome --no-progress --output-format=text --update-baseline
continue-on-error: true
- name: Psalm OCP
run: composer run psalm -- -c psalm-ocp.xml --monochrome --no-progress --output-format=github --update-baseline
continue-on-error: true
- name: Reset composer
run: |
git clean -f lib/composer

Loading…
Cancel
Save