Skip to content

Commit 727c64c

Browse files
committed
GitHub Actions: Install Subversion
1 parent cac02eb commit 727c64c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr-checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ jobs:
7878
- name: Run JavaScript unit tests
7979
run: npm run test:unit
8080

81+
- name: Install Subversion
82+
run: sudo apt-get update -y && sudo apt-get install -y subversion
83+
8184
- name: Run PHP tests
8285
run: |
8386
mysql -uroot -h127.0.0.1 -e 'SELECT version()' \

0 commit comments

Comments
 (0)