We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a425a3 commit 93b80e2Copy full SHA for 93b80e2
.github/workflows/ci.yml
@@ -106,12 +106,12 @@ jobs:
106
107
# Run plugin tests
108
- name: Run Plugin Tests
109
- run: |
110
- echo "Listing html folder..."
+ run: |
111
CONTAINER_ID=$(docker-compose -f .github/docker/docker-compose.yml ps -q wordpress)
112
- docker exec $CONTAINER_ID ls -alh /var/www/html/
+ echo "Listing html folder..."
113
docker exec $CONTAINER_ID composer update --no-interaction --prefer-dist
114
- docker exec $CONTAINER_ID phpunit --configuration phpunit.xml.dist
+ docker exec $CONTAINER_ID ls -alh /var/www/html/
+ docker exec $CONTAINER_ID /var/www/html/vendor/bin/phpunit --configuration phpunit.xml.dist
115
116
# Tear down Docker Compose
117
- name: Shut down Docker Compose
0 commit comments