From 13e055c90b8150437e456f4d65c0b91afd0e9f2c Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 10 Dec 2023 00:19:14 +0000 Subject: [PATCH] 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 --- .github/workflows/callable-test-core-build-process.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/callable-test-core-build-process.yml b/.github/workflows/callable-test-core-build-process.yml index 60d97be958..00cc860ab6 100644 --- a/.github/workflows/callable-test-core-build-process.yml +++ b/.github/workflows/callable-test-core-build-process.yml @@ -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' }}