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:
Sergey Biryukov
2023-12-10 00:19:14 +00:00
parent 9bfb30462a
commit 13e055c90b
@@ -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' }}