Make WordPress Core


Ignore:
Timestamp:
10/29/2020 01:46:44 AM (4 years ago)
Author:
desrosj
Message:

Build/Test Tools: Avoid logging the same debug info twice in the PHPUnit workflow.

Also includes some inline documentation fixes for workflow files.

See #50401.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/end-to-end-tests.yml

    r49369 r49371  
    2121  # - Checks out the repository.
    2222  # - Logs debug information about the runner container.
    23   # - Installs NodeJS 12 (todo: install the version of NPM specified in the `.nvmrc` file to support older branches)
     23  # - Installs NodeJS 12 (todo: install the version of NPM specified in the `.nvmrc` file to support older branches).
    2424  # - Sets up caching for NPM.
    2525  # _ Installs NPM dependencies using install-changed to hash the `package.json` file.
     
    2828  # - Logs general debug information.
    2929  # - Logs the running Docker containers.
    30   # - Logs Docker debug information (about both the Docker installation within the runner and the WordPress container)
     30  # - Logs Docker debug information (about both the Docker installation within the runner and the WordPress container).
    3131  # - Install WordPress within the Docker container.
    3232  # - Run the E2E tests.
Note: See TracChangeset for help on using the changeset viewer.