Skip to content

Commit

Permalink
separate tests
Browse files Browse the repository at this point in the history
  • Loading branch information
darylldoyle committed Aug 14, 2024
1 parent b728f13 commit 4b88720
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,8 @@ jobs:
- name: Setup WP Tests
run: bin/install-wp-tests.sh wordpress_test root root 127.0.0.1:${{ job.services.mysql.ports['3306'] }} latest true

- name: Run PHPUnit
run: composer run test
- name: Run PHPUnit on Plugin
run: composer run test:plugin

- name: Run PHPUnit on Theme
run: composer run test:theme

0 comments on commit 4b88720

Please sign in to comment.