From 5e1f65ae8867f66639ba56f18741e668e1a3ef5a Mon Sep 17 00:00:00 2001 From: ingeniumed Date: Fri, 21 Jun 2024 16:07:14 +1000 Subject: [PATCH] Disable the diff tests --- .github/workflows/php-tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/php-tests.yml b/.github/workflows/php-tests.yml index 0077d875..97c5dc19 100644 --- a/.github/workflows/php-tests.yml +++ b/.github/workflows/php-tests.yml @@ -49,9 +49,6 @@ jobs: env: WP_ENV_CORE: WordPress/WordPress#${{ matrix.wp }} - - name: Run PHPCS diff tests - run: bash bin/phpcs-diff.sh - - name: Run PHPUnit tests (single site) run: composer integration