Changeset 49371
- Timestamp:
- 10/29/2020 01:46:44 AM (4 years ago)
- Location:
- trunk/.github/workflows
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/end-to-end-tests.yml
r49369 r49371 21 21 # - Checks out the repository. 22 22 # - Logs debug information about the runner container. 23 # - Installs NodeJS 12 (todo: install the version of NPM specified in the `.nvmrc` file to support older branches) 23 # - Installs NodeJS 12 (todo: install the version of NPM specified in the `.nvmrc` file to support older branches). 24 24 # - Sets up caching for NPM. 25 25 # _ Installs NPM dependencies using install-changed to hash the `package.json` file. … … 28 28 # - Logs general debug information. 29 29 # - Logs the running Docker containers. 30 # - Logs Docker debug information (about both the Docker installation within the runner and the WordPress container) 30 # - Logs Docker debug information (about both the Docker installation within the runner and the WordPress container). 31 31 # - Install WordPress within the Docker container. 32 32 # - Run the E2E tests. -
trunk/.github/workflows/javascript-tests.yml
r49369 r49371 15 15 # - Checks out the repository. 16 16 # - Logs debug information about the runner container. 17 # - Installs NodeJS 12 (todo: install the version of NPM specified in the `.nvmrc` file to support older branches) 17 # - Installs NodeJS 12 (todo: install the version of NPM specified in the `.nvmrc` file to support older branches). 18 18 # - Sets up caching for NPM. 19 19 # - Logs updated debug information. -
trunk/.github/workflows/phpunit-tests.yml
r49369 r49371 27 27 # - Checks out the WordPress Importer plugin (needed for the Core PHPUnit tests). 28 28 # - 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). 30 30 # - Sets up caching for NPM. 31 31 # _ Installs NPM dependencies using install-changed to hash the `package.json` file. 32 32 # - Builds WordPress to run from the `build` directory. 33 # - Creates a ZIP file of compiled WordPress 33 # - Creates a ZIP file of compiled WordPress. 34 34 # - Uploads ZIP file as an artifact. 35 35 setup-wordpress: … … 109 109 # _ Installs NPM dependencies using install-changed to hash the `package.json` file. 110 110 # - 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). 113 113 # - Starts the WordPress Docker container. 114 114 # - Starts the memcached server after the Docker network has been created (if desired). … … 116 116 # - Logs debug general information. 117 117 # - 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. 119 119 # - Install WordPress within the Docker container. 120 120 # - Run the PHPUnit tests. … … 237 237 - name: WordPress Docker container debug information 238 238 run: | 239 docker -v240 docker-compose -v241 239 docker-compose run --rm mysql mysql --version 242 240 docker-compose run --rm php php --version -
trunk/.github/workflows/verify-npm-on-windows.yml
r49369 r49371 18 18 # - Checks out the repository. 19 19 # - Logs debug information about the runner container. 20 # - Installs NodeJS 12 (todo: install the version of NPM specified in the `.nvmrc` file to support older branches) 20 # - Installs NodeJS 12 (todo: install the version of NPM specified in the `.nvmrc` file to support older branches). 21 21 # - Sets up caching for NPM. 22 22 # _ Installs NPM dependencies using install-changed to hash the `package.json` file.
Note: See TracChangeset
for help on using the changeset viewer.