Skip to content

Commit 5d77a6e

Browse files
committed
Add subversion installation to unit test workflow
1 parent cabb46c commit 5d77a6e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777

7878
- name: Set up WordPress test environment
7979
run: |
80+
sudo apt-get install -y subversion
8081
bash phpunit/install.sh wordpress_test root '' 127.0.0.1:3306 ${{ matrix.wp }}
8182
8283
- name: Run tests (single site)

0 commit comments

Comments
 (0)