From caa18140ae4b191098a092729cb675814a7de217 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Thu, 19 Oct 2023 10:46:05 -0400 Subject: [PATCH] Regroup Gutenberg tests. --- .github/workflows/test-build-processes.yml | 4 ++-- .github/workflows/test-gutenberg-build-process-run.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-build-processes.yml b/.github/workflows/test-build-processes.yml index df534e334fe4c..588649290d10a 100644 --- a/.github/workflows/test-build-processes.yml +++ b/.github/workflows/test-build-processes.yml @@ -79,7 +79,7 @@ jobs: # Creates a job to test the Gutenberg plugin build process on multiple operating systems. test-gutenberg-build-process: - name: Gutenberg with Core ${{ matrix.os && '' }} + name: Gutenberg running from ${{ matrix.directory }} uses: desrosj/wordpress-develop/.github/workflows/test-gutenberg-build-process-run.yml@combine/npm-testing permissions: contents: read @@ -102,7 +102,7 @@ jobs: # currently no way to determine the OS being used on a given job. # See https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability. test-gutenberg-build-process-macos: - name: Gutenberg with Core ${{ matrix.os && '' }} + name: Gutenberg running from ${{ matrix.directory }} uses: desrosj/wordpress-develop/.github/workflows/test-gutenberg-build-process-run.yml@combine/npm-testing permissions: contents: read diff --git a/.github/workflows/test-gutenberg-build-process-run.yml b/.github/workflows/test-gutenberg-build-process-run.yml index 8d1a284cbd3c7..5a2fdda0c15f2 100644 --- a/.github/workflows/test-gutenberg-build-process-run.yml +++ b/.github/workflows/test-gutenberg-build-process-run.yml @@ -36,7 +36,7 @@ jobs: # - Runs the Gutenberg build process. # - Ensures version-controlled files are not modified or deleted. build-process-tests: - name: Gutenberg with Core / Running from ${{ inputs.directory }} on ${{ inputs.os == 'macos-latest' && 'MacOS' || inputs.os == 'windows-latest' && 'Windows' || 'Linux' }} + name: Gutenberg running from ${{ inputs.directory }} / ${{ inputs.os == 'macos-latest' && 'MacOS' || inputs.os == 'windows-latest' && 'Windows' || 'Linux' }} runs-on: ${{ inputs.os }} timeout-minutes: 30