Make WordPress Core


Ignore:
Timestamp:
06/30/2022 03:07:49 PM (2 years ago)
Author:
desrosj
Message:

Build/Test Tools: Correct some GitHub Action workflow inline documentation.

See #55652.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/test-coverage.yml

    r53582 r53592  
    3636  #
    3737  # Performs the following steps:
    38   # - Set environment variables.
     38  # - Sets environment variables.
    3939  # - Checks out the repository.
    4040  # - Checks out the WordPress Importer plugin (needed for the Core PHPUnit tests).
    41   # - Logs debug information about the runner container.
    42   # - Installs NodeJS 14.
    43   # _ Installs NPM dependencies using install-changed to hash the `package.json` file.
     41  # - Logs debug information about the GitHub Action runner.
     42  # - Installs NodeJS.
     43  # _ Installs NPM dependencies.
    4444  # - Logs Docker debug information (about the Docker installation within the runner).
    4545  # - Starts the WordPress Docker container.
Note: See TracChangeset for help on using the changeset viewer.