Skip to content

Commit cb59333

Browse files
committed
Install Subversion
1 parent 243a836 commit cb59333

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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()' \

create-block-theme.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
die;
1919
}
2020

21-
// Test
22-
2321
// Include file with download_url() if function doesn't exist.
2422
if ( ! function_exists( 'download_url' ) ) {
2523
require_once ABSPATH . 'wp-admin/includes/file.php';

0 commit comments

Comments
 (0)