File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments