mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Docs: Correct the order of steps in the WordPress Core build process workflow.
Follow up to [57124], [57174]. Props swissspidy. See #59416. git-svn-id: https://develop.svn.wordpress.org/trunk@57177 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -30,9 +30,9 @@ jobs:
|
||||
# - Installs npm dependencies.
|
||||
# - Builds WordPress to run from the desired location (src or build).
|
||||
# - Ensures version-controlled files are not modified or deleted.
|
||||
# - Creates a ZIP of the built WordPress files (when building to the build directory).
|
||||
# - Cleans up after building WordPress.
|
||||
# - Ensures version-controlled files are not modified or deleted.
|
||||
# - Creates a ZIP of the built WordPress files (when building to the build directory).
|
||||
# - Uploads the ZIP as a GitHub Actions artifact (when building to the build directory).
|
||||
build-process-tests:
|
||||
name: Core running from ${{ inputs.directory }} / ${{ inputs.os == 'macos-latest' && 'MacOS' || inputs.os == 'windows-latest' && 'Windows' || 'Linux' }}
|
||||
|
||||
Reference in New Issue
Block a user