Skip to content

Commit

Permalink
Move PHPCS diff tests action to prior location
Browse files Browse the repository at this point in the history
  • Loading branch information
alecgeatches committed May 24, 2024
1 parent 7857a31 commit 3e734de
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/php-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3e734de

Please sign in to comment.