You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When opening a pull request, it would be helpful if a GitHub Action workflow would comment on a PR with information on how to use the test the images built for a PR.
For example:
The test images have been built for this pull request.
*** List of images ***
PHP
- docker.pkg.github.com/wordpress/wpdev-docker-images/php:8.0-fpm-51
- ........
PHPUnit
- docker.pkg.github.com/wordpress/wpdev-docker-images/phpunit:5-php-5.6-fpm-51
- ........
etc.
Here is how to test:
*** instructions to test in a `trunk` checkout ***
This will likely be easier once the container building has been migrated from Travis to GitHub Actions.
The text was updated successfully, but these errors were encountered:
When opening a pull request, it would be helpful if a GitHub Action workflow would comment on a PR with information on how to use the test the images built for a PR.
For example:
This will likely be easier once the container building has been migrated from Travis to GitHub Actions.
The text was updated successfully, but these errors were encountered: