We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 823e784 commit a6c18fcCopy full SHA for a6c18fc
.github/workflows/ci.yml
@@ -77,6 +77,7 @@ jobs:
77
docker cp ./wp-shortpixel.php $CONTAINER_ID:/var/www/html/wp-content/plugins/shortpixel-image-optimiser/
78
docker cp ./shortpixel-plugin.php $CONTAINER_ID:/var/www/html/wp-content/plugins/shortpixel-image-optimiser/
79
docker cp ./readme.txt $CONTAINER_ID:/var/www/html/wp-content/plugins/shortpixel-image-optimiser/
80
+ docker exec $CONTAINER_ID ls -alh /var/www/html/wp-content/plugins/shortpixel-image-optimiser/build/shortpixel/
81
82
# Activate the plugin using WP-CLI
83
- name: Activate Plugin via WP-CLI
0 commit comments