We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b71b216 commit a9fae18Copy full SHA for a9fae18
.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 cp tests/bootstrap.php "$CONTAINER_ID":/var/www/html/tests/
81
docker cp composer.json "$CONTAINER_ID":/var/www/html/
82
docker cp phpunit.xml.dist "$CONTAINER_ID":/var/www/html/
83
echo "Listing main plugin files:"
0 commit comments