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/javascript-tests.yml

    r53581 r53592  
    4343  # Performs the following steps:
    4444  # - Checks out the repository.
    45   # - Logs debug information about the runner container.
    46   # - Installs NodeJS 14.
     45  # - Logs debug information about the GitHub Action runner.
     46  # - Installs NodeJS.
    4747  # - Logs updated debug information.
    48   # _ Installs NPM dependencies using install-changed to hash the `package.json` file.
     48  # _ Installs NPM dependencies.
    4949  # - Run the WordPress QUnit tests.
    5050  # - Ensures version-controlled files are not modified or deleted.
Note: See TracChangeset for help on using the changeset viewer.