Changeset 49371 for trunk/.github/workflows/end-to-end-tests.yml
- Timestamp:
- 10/29/2020 01:46:44 AM (4 years ago)
- File:
-
- 1 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.
Note: See TracChangeset
for help on using the changeset viewer.