Skip to content

Commit a9fae18

Browse files
authored
Copy the tests bootstrap file to docker
1 parent b71b216 commit a9fae18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
docker cp wp-shortpixel.php "$CONTAINER_ID":/var/www/html/wp-content/plugins/shortpixel-image-optimiser/
7878
docker cp shortpixel-plugin.php "$CONTAINER_ID":/var/www/html/wp-content/plugins/shortpixel-image-optimiser/
7979
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/
8081
docker cp composer.json "$CONTAINER_ID":/var/www/html/
8182
docker cp phpunit.xml.dist "$CONTAINER_ID":/var/www/html/
8283
echo "Listing main plugin files:"

0 commit comments

Comments
 (0)