Changeset 49369 for trunk/.github/workflows/end-to-end-tests.yml
- Timestamp:
- 10/29/2020 01:20:42 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/end-to-end-tests.yml
r49244 r49369 23 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 # _ Installs NPM dependencies .25 # _ Installs NPM dependencies using install-changed to hash the `package.json` file. 26 26 # - Builds WordPress to run from the `build` directory. 27 27 # - Starts the WordPress Docker container. … … 78 78 79 79 - name: Install Dependencies 80 run: np m ci80 run: npx install-changed --install-command="npm ci" 81 81 82 82 - name: Build WordPress
Note: See TracChangeset
for help on using the changeset viewer.