Skip to content

Commit

Permalink
Disable the php cs diff until we lint everything
Browse files Browse the repository at this point in the history
  • Loading branch information
ingeniumed committed Jun 25, 2024
1 parent 5311402 commit 7ac72d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/php-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ jobs:
env:
WP_ENV_CORE: WordPress/WordPress#${{ matrix.wp }}

- name: Run PHPCS diff tests
run: bash bin/phpcs-diff.sh
# Commented out until we finish linting all the files
# - name: Run PHPCS diff tests
# run: bash bin/phpcs-diff.sh

- name: Run PHPUnit tests (single site)
run: composer integration
Expand Down

0 comments on commit 7ac72d3

Please sign in to comment.