Skip to content

Commit f356999

Browse files
authored
Workflow update
1 parent e4f8fb3 commit f356999

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/wordpress-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ jobs:
7575
extensions: dom, curl, libxml, mbstring, zip, pdo, mysql, pdo_mysql, bcmath, intl, gd, exif, iconv
7676
coverage: none
7777

78+
- name: Install SVN
79+
run: |
80+
sudo apt-get update
81+
sudo apt-get install -y subversion
82+
7883
- name: Install Composer dependencies
7984
uses: ramsey/composer-install@v3
8085
with:

0 commit comments

Comments
 (0)