We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 466eb25 commit b9706fdCopy full SHA for b9706fd
.github/workflows/php-test-plugins.yml
@@ -73,6 +73,9 @@ jobs:
73
run: npm run wp-env start
74
- name: Composer Install
75
run: npm run wp-env run tests-cli -- --env-cwd="wp-content/plugins/$(basename $(pwd))" composer install --no-interaction --no-progress
76
+ - name: Install PHPUnit
77
+ run: composer require --dev phpunit/phpunit:${{ matrix.phpunit }}
78
+ if: matrix.phpunit != ''
79
- name: Running single site unit tests
80
run: |
81
if [ "${{ matrix.coverage }}" == "true" ]; then
0 commit comments