Skip to content

Commit 8702a30

Browse files
committed
Add SVN to PHPUnit workflow for WordPress test setup
1 parent 48a3c5e commit 8702a30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/phpunit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
extensions: mysql
2828
- name: Install Composer dependencies for PHP
2929
uses: "ramsey/composer-install@v2"
30+
- name: Install SVN
31+
run: sudo apt-get update && sudo apt-get install -y subversion
3032
- name: Setup Test Environment
3133
run: composer setup-local-tests
3234
- name: Unit Testing

0 commit comments

Comments
 (0)