Changeset 53592 for trunk/.github/workflows/phpunit-tests.yml
- Timestamp:
- 06/30/2022 03:07:49 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/phpunit-tests.yml
r53582 r53592 39 39 # 40 40 # Performs the following steps: 41 # - Set environment variables.41 # - Sets environment variables. 42 42 # - Sets up the environment variables needed for testing with memcached (if desired). 43 # - Installs NodeJS 14.43 # - Installs NodeJS. 44 44 # - Installs NPM dependencies 45 45 # - Configures caching for Composer. 46 # - Installs Composer dependencies (if desired).47 # - Logs Docker debug information (about boththe Docker installation within the runner).46 # - Installs Composer dependencies. 47 # - Logs Docker debug information (about the Docker installation within the runner). 48 48 # - 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. 52 51 # - Logs the running Docker containers. 52 # - Logs debug information from inside the WordPress Docker container. 53 53 # - Logs debug information about what's installed within the WordPress Docker containers. 54 54 # - Install WordPress within the Docker container.
Note: See TracChangeset
for help on using the changeset viewer.