We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa5aa94 commit 1387545Copy full SHA for 1387545
.github/workflows/ci.yml
@@ -96,7 +96,7 @@ jobs:
96
CONTAINER_ID=$(docker-compose -f .github/docker/docker-compose.yml ps -q wordpress)
97
echo "Copying WordPress tests..."
98
docker exec $CONTAINER_ID mkdir -p /var/www/html/tests/includes/
99
- docker exec $CONTAINER_ID bash -c 'wp_version=$(wp core version); \
+ 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/'
102
0 commit comments