diff --git a/.github/workflows/php-tests.yml b/.github/workflows/php-tests.yml index 3a6061e7..40040119 100644 --- a/.github/workflows/php-tests.yml +++ b/.github/workflows/php-tests.yml @@ -49,12 +49,11 @@ 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 - name: Run PHPUnit tests (multisite) run: composer integration-ms - - # (previously before "Run PHPUnit tests (single site)") - - name: Run PHPCS diff tests - run: bash bin/phpcs-diff.sh