Skip to content

Commit c135027

Browse files
authored
Update SVN link to the correct one
1 parent 1387545 commit c135027

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,9 @@ jobs:
9797
echo "Copying WordPress tests..."
9898
docker exec $CONTAINER_ID mkdir -p /var/www/html/tests/includes/
9999
docker exec $CONTAINER_ID bash -c 'wp_version=$(wp core version --allow-root); \
100-
svn export --quiet --ignore-externals https://develop.svn.wordpress.org/$wp_version/tests/phpunit/includes/ /var/www/html/tests/includes/; \
101-
ls -alh /var/www/html/tests/includes/'
100+
svn export --quiet --ignore-externals https://develop.svn.wordpress.org/tags/$wp_version/tests/phpunit/includes/ /var/www/html/tests/includes/; \
101+
svn export --quiet --ignore-externals https://develop.svn.wordpress.org/tags/$wp_version/tests/phpunit/data/ /var/www/html/tests/data/; \
102+
ls -alh /var/www/html/tests/includes/; ls -alh /var/www/html/tests/data/'
102103
103104
#Configure GH token to access the plugin-modules repo, which is private
104105
- name: Configure GitHub OAuth for Composer

0 commit comments

Comments
 (0)