Skip to content

Commit

Permalink
fix(test): hide warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ricky committed Mar 13, 2024
1 parent c197741 commit 7eaf3c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: extdn/github-actions-m2/magento-coding-standard@master
with:
phpcs_extensions: php
phpcs_report: full
phpcs_warning_severity: 0 # only show errors

0 comments on commit 7eaf3c5

Please sign in to comment.