Skip to content

Commit

Permalink
Regroup Gutenberg tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
desrosj committed Oct 19, 2023
1 parent 522fe85 commit caa1814
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-build-processes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-gutenberg-build-process-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit caa1814

Please sign in to comment.