Skip to content

Commit 50f2967

Browse files
committed
Install SVN
1 parent 4a69b6a commit 50f2967

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-test-measure.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,9 @@ jobs:
408408
# The JSON file is provided by the `shivammathur/setup-php` action. See https://github.com/shivammathur/setup-php#problem-matchers.
409409
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
410410

411+
- name: Install SVN
412+
run: sudo apt-get install subversion
413+
411414
- name: Install WP tests
412415
if: needs.pre-run.outputs.changed-php-count > 0
413416
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

Comments
 (0)