Skip to content

Commit

Permalink
Tools: Add some debug information to the unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ryelle committed Jun 20, 2024
1 parent 759b422 commit f761906
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ jobs:
- name: Install WordPress
run: |
chmod -R 767 ./ # TODO: Possibly integrate in wp-env
yarn wp-env start
yarn wp-env start --update
yarn wp-env run tests-cli wp core version
yarn wp-env run tests-cli wp plugin list
- name: Running multisite unit tests
run: yarn test:php
Expand Down

0 comments on commit f761906

Please sign in to comment.