Skip to content

Commit e32587a

Browse files
committed
add a step on test to install subversion
Signed-off-by: Giuseppe Foti <foti.giuseppe@gmail.com>
1 parent f85330b commit e32587a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ jobs:
6969
env:
7070
fail-fast: true
7171

72+
- name: Install Subversion
73+
run: sudo apt-get install subversion
74+
7275
- name: Setup Wordpress over phpunit
7376
run: bash bin/install-wp-tests.sh wordpress root password 127.0.0.1:${{ job.services.mysql.ports[3306] }} ${{ matrix.wordpress-version }} true
7477

0 commit comments

Comments
 (0)