From 7ac72d397d0b240dd2af9f80dc76f9eee7770e0d Mon Sep 17 00:00:00 2001 From: ingeniumed Date: Tue, 25 Jun 2024 11:07:13 +1000 Subject: [PATCH] Disable the php cs diff until we lint everything --- .github/workflows/php-tests.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/php-tests.yml b/.github/workflows/php-tests.yml index 0077d875..dc91c783 100644 --- a/.github/workflows/php-tests.yml +++ b/.github/workflows/php-tests.yml @@ -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