Changeset 53592 for trunk/.github/workflows/test-coverage.yml
- Timestamp:
- 06/30/2022 03:07:49 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/test-coverage.yml
r53582 r53592 36 36 # 37 37 # Performs the following steps: 38 # - Set environment variables.38 # - Sets environment variables. 39 39 # - Checks out the repository. 40 40 # - Checks out the WordPress Importer plugin (needed for the Core PHPUnit tests). 41 # - Logs debug information about the runner container.42 # - Installs NodeJS 14.43 # _ Installs NPM dependencies using install-changed to hash the `package.json` file.41 # - Logs debug information about the GitHub Action runner. 42 # - Installs NodeJS. 43 # _ Installs NPM dependencies. 44 44 # - Logs Docker debug information (about the Docker installation within the runner). 45 45 # - Starts the WordPress Docker container.
Note: See TracChangeset
for help on using the changeset viewer.