Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
flohdez authored Jan 9, 2024
1 parent ee4c298 commit 5158571
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,14 @@ jobs:

- name: Run PHP CodeSniffer
run: composer cs-check
continue-on-error: true

# - name: Run psalm
# if: success() || failure()
# run: vendor/bin/psalm.phar --output-format=github
- name: Run psalm
if: success() || failure()
run: vendor/bin/psalm.phar --output-format=github
continue-on-error: true

- name: Run phpstan
if: success() || failure()
run: composer stan
continue-on-error: true

0 comments on commit 5158571

Please sign in to comment.