Skip to content

Commit

Permalink
ci(test): Disable Psalm as it conflicts with code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed May 15, 2024
1 parent 01fda7a commit 6dec761
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ jobs:
run: ddev phpmd ./${{env.EXTENSION_PATH}}/tools/coding-standards phpmd/rulesets.xml ../../src

- name: Run PSALM
# Disable Psalm waiting for a solution to https://github.com/vimeo/psalm/issues/10531
if: false
run: ddev psalm ./${{env.EXTENSION_PATH}}/tools/coding-standards ./${{env.EXTENSION_PATH}}/tools/coding-standards/psalm

- name: Prepare for Code Coverage
Expand Down

0 comments on commit 6dec761

Please sign in to comment.