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

    r49369 r49371  
    2727  # - Checks out the WordPress Importer plugin (needed for the Core PHPUnit tests).
    2828  # - Logs debug information about the runner container.
    29   # - Installs NodeJS 12 (todo: install the version of NPM specified in the `.nvmrc` file to support older branches)
     29  # - Installs NodeJS 12 (todo: install the version of NPM specified in the `.nvmrc` file to support older branches).
    3030  # - Sets up caching for NPM.
    3131  # _ Installs NPM dependencies using install-changed to hash the `package.json` file.
    3232  # - Builds WordPress to run from the `build` directory.
    33   # - Creates a ZIP file of compiled WordPress
     33  # - Creates a ZIP file of compiled WordPress.
    3434  # - Uploads ZIP file as an artifact.
    3535  setup-wordpress:
     
    109109  # _ Installs NPM dependencies using install-changed to hash the `package.json` file.
    110110  # - Configures caching for Composer.
    111   # _ Installs Composer dependencies (if desired)
    112   # - Logs Docker debug information (about both the Docker installation within the runner)
     111  # _ Installs Composer dependencies (if desired).
     112  # - Logs Docker debug information (about both the Docker installation within the runner).
    113113  # - Starts the WordPress Docker container.
    114114  # - Starts the memcached server after the Docker network has been created (if desired).
     
    116116  # - Logs debug general information.
    117117  # - Logs the running Docker containers.
    118   # - Logs Docker debug information (about both the Docker installation within the runner and the WordPress container)
     118  # - Logs debug information about what's installed within the WordPress Docker containers.
    119119  # - Install WordPress within the Docker container.
    120120  # - Run the PHPUnit tests.
     
    237237      - name: WordPress Docker container debug information
    238238        run: |
    239           docker -v
    240           docker-compose -v
    241239          docker-compose run --rm mysql mysql --version
    242240          docker-compose run --rm php php --version
Note: See TracChangeset for help on using the changeset viewer.