Make WordPress Core


Ignore:
Timestamp:
06/30/2022 03:07:49 PM (3 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/phpunit-tests.yml

    r53582 r53592  
    3939  #
    4040  # Performs the following steps:
    41   # - Set environment variables.
     41  # - Sets environment variables.
    4242  # - Sets up the environment variables needed for testing with memcached (if desired).
    43   # - Installs NodeJS 14.
     43  # - Installs NodeJS.
    4444  # - Installs NPM dependencies
    4545  # - Configures caching for Composer.
    46   # - Installs Composer dependencies (if desired).
    47   # - Logs Docker debug information (about both the Docker installation within the runner).
     46  # - Installs Composer dependencies.
     47  # - Logs Docker debug information (about the Docker installation within the runner).
    4848  # - Starts the WordPress Docker container.
    49   # - Starts the memcached server after the Docker network has been created (if desired).
    50   # - Logs WordPress Docker container debug information.
    51   # - Logs debug general information.
     49  # - Starts the Memcached server after the Docker network has been created (if desired).
     50  # - Logs general debug information about the runner.
    5251  # - Logs the running Docker containers.
     52  # - Logs debug information from inside the WordPress Docker container.
    5353  # - Logs debug information about what's installed within the WordPress Docker containers.
    5454  # - Install WordPress within the Docker container.
Note: See TracChangeset for help on using the changeset viewer.