Skip to content

Commit b15dee8

Browse files
committed
chore: add subversion install as a step
1 parent b4b0f03 commit b15dee8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-php.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656
tools: phpunit-polyfills
5757
- name: Checkout source code
5858
uses: actions/checkout@v2
59+
- name: Install Subversion
60+
run: sudo apt-get update && sudo apt-get install -y subversion
5961
- name: Install WordPress Test Suite
6062
run: |
6163
bash bin/install-wp-tests.sh wordpress_test root root 127.0.0.1:${{ job.services.mysql.ports['3306'] }}

0 commit comments

Comments
 (0)