From 3e734dea71de6d65e980d579daea69313fa25ee1 Mon Sep 17 00:00:00 2001 From: Alec Geatches Date: Fri, 24 May 2024 13:35:40 -0600 Subject: [PATCH] Move PHPCS diff tests action to prior location --- .github/workflows/php-tests.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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