-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Playground GitHub Action Improvement #166
Comments
I believe this is blocked by WordPress/theme-test-data#82 |
Using the Query API
Will import the Theme Unit Test data, except the images that are currently blocked per @carolinan's link. There is work being done to get the images to correctly import.
You can enable debug mode in Playground using the following syntax in a {
"steps": [
{
"step": "defineWpConfigConsts",
"consts": {
"WP_DEBUG": true,
"WP_DEBUG_LOG": true
},
"method": "define-before-run"
}
]
} |
Is there work happening outside the linked issue? I want to know, before I start trying to move the images to GitHub. |
Thank you. |
Thank you for adding Playground as GitHub action and that is a great addition for us to test PR for community themes. I would like to add some changes in the current setup,
Thank you
The text was updated successfully, but these errors were encountered: