Changeset 53592 for trunk/.github/workflows/javascript-tests.yml
- Timestamp:
- 06/30/2022 03:07:49 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/javascript-tests.yml
r53581 r53592 43 43 # Performs the following steps: 44 44 # - Checks out the repository. 45 # - Logs debug information about the runner container.46 # - Installs NodeJS 14.45 # - Logs debug information about the GitHub Action runner. 46 # - Installs NodeJS. 47 47 # - Logs updated debug information. 48 # _ Installs NPM dependencies using install-changed to hash the `package.json` file.48 # _ Installs NPM dependencies. 49 49 # - Run the WordPress QUnit tests. 50 50 # - Ensures version-controlled files are not modified or deleted.
Note: See TracChangeset
for help on using the changeset viewer.