Skip to content

Commit

Permalink
Update composer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarthak Jaiswal authored and Sarthak Jaiswal committed Nov 29, 2024
1 parent b2a4cff commit 38dde7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php-test-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Update Composer Dependencies
run: npm run wp-env run tests-cli -- --env-cwd="wp-content/plugins/$(basename $(pwd))" composer update --with-all-dependencies --no-interaction --no-progress
- name: Install PHPUnit
run: composer require --dev phpunit/phpunit:${{ matrix.phpunit }}
run: npm run wp-env run tests-cli -- --env-cwd="wp-content/plugins/$(basename $(pwd))" composer require --dev phpunit/phpunit:${{ matrix.phpunit }}
if: matrix.phpunit != ''
- name: Running single site unit tests
run: |
Expand Down

0 comments on commit 38dde7e

Please sign in to comment.