[wp-trac] [WordPress Trac] #59416: Add a GitHub Action which alerts contributors to a WordPress Playground link to use for testing PRs
WordPress Trac
noreply at wordpress.org
Tue Oct 17 17:32:51 UTC 2023
#59416: Add a GitHub Action which alerts contributors to a WordPress Playground
link to use for testing PRs
------------------------------+---------------------
Reporter: JeffPaul | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: 6.4
Component: Build/Test Tools | Version:
Severity: normal | Resolution:
Keywords: has-patch | Focuses:
------------------------------+---------------------
Changes (by jorbin):
* milestone: Awaiting Review => 6.4
Comment:
To solve the double zip issue, what if the `cd build && zip -r
wordpress.zip .` step was replaced with `rm -r $(ls -A | grep -v build )
&& mv build/* . && rmdir build` which moves everything into the main
folder?
I also updated the Milestone since this has a commit in 6.4.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/59416#comment:10>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list