Skip to content

Commit 70134b6

Browse files
committed
Comment out the WP-CLI installation
1 parent ed128bb commit 70134b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
5151
- name: Install WordPress via WP-CLI
5252
run: |
53-
CONTAINER_ID=$(docker-compose -f .github/docker/docker-compose.yml ps -q wordpress)
53+
#CONTAINER_ID=$(docker-compose -f .github/docker/docker-compose.yml ps -q wordpress)
5454
# Ensure WP-CLI is available inside the container.
5555
#docker exec $CONTAINER_ID bash -c "if ! command -v wp &> /dev/null; then \
5656
# curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar && \

0 commit comments

Comments
 (0)