Skip to content

Commit

Permalink
TEMP: Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter committed Jan 31, 2024
1 parent f6ebd98 commit 7ec2787
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/php-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ jobs:
- name: Install WordPress
run: npm run wp-env start
- name: Composer install
run: npm run wp-env run tests-cli --env-cwd=/var/www/html/wp-content/plugins/$(basename $(pwd)) composer install --no-interaction
run: |
echo npm run wp-env run tests-cli --env-cwd=wp-content/plugins/$(basename $(pwd)) composer install --no-interaction
npm run wp-env run tests-cli --env-cwd=wp-content/plugins/$(basename $(pwd)) composer install --no-interaction
- name: Running single site unit tests
run: npm run test-php
- name: Running multisite unit tests
Expand Down

0 comments on commit 7ec2787

Please sign in to comment.