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 4a69b6a commit 50f2967Copy full SHA for 50f2967
.github/workflows/build-test-measure.yml
@@ -408,6 +408,9 @@ jobs:
408
# The JSON file is provided by the `shivammathur/setup-php` action. See https://github.com/shivammathur/setup-php#problem-matchers.
409
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
410
411
+ - name: Install SVN
412
+ run: sudo apt-get install subversion
413
+
414
- name: Install WP tests
415
if: needs.pre-run.outputs.changed-php-count > 0
416
run: bash bin/ci/install-wp-tests.sh wordpress_test root '' 127.0.0.1:${{ job.services.mysql.ports['3306'] }} ${{ matrix.wp }} true
0 commit comments