Changeset 53592 for trunk/.github/workflows/end-to-end-tests.yml
- Timestamp:
- 06/30/2022 03:07:49 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/end-to-end-tests.yml
r53581 r53592 2 2 3 3 on: 4 # The end toend test suite was introduced in WordPress 5.3.4 # The end-to-end test suite was introduced in WordPress 5.3. 5 5 push: 6 6 branches: … … 32 32 # 33 33 # Performs the following steps: 34 # - Set environment variables.34 # - Sets environment variables. 35 35 # - Checks out the repository. 36 # - Logs debug information about the runner container.37 # - Installs NodeJS 14.38 # _ Installs NPM dependencies using install-changed to hash the `package.json` file.36 # - Logs debug information about the GitHub Action runner. 37 # - Installs NodeJS. 38 # _ Installs NPM dependencies. 39 39 # - Builds WordPress to run from the `build` directory. 40 40 # - Starts the WordPress Docker container.
Note: See TracChangeset
for help on using the changeset viewer.