Changeset 50464 for branches/5.7/.github/workflows/test-coverage.yml
- Timestamp:
- 03/01/2021 08:21:23 PM (4 years ago)
- Location:
- branches/5.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.7
- Property svn:mergeinfo changed
/trunk merged: 50441-50444
- Property svn:mergeinfo changed
-
branches/5.7/.github/workflows/test-coverage.yml
r50387 r50464 7 7 8 8 env: 9 LOCAL_DIR: build10 9 PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: ${{ true }} 11 10 COMPOSER_INSTALL: ${{ false }} … … 27 26 # - Sets up caching for NPM. 28 27 # _ Installs NPM dependencies using install-changed to hash the `package.json` file. 29 # - Builds WordPress to run from the `build` directory.30 28 # - Logs Docker debug information (about the Docker installation within the runner). 31 29 # - Starts the WordPress Docker container. … … 88 86 run: npx install-changed --install-command="npm ci" 89 87 90 - name: Build WordPress91 run: npm run build92 93 88 - name: Docker debug information 94 89 run: |
Note: See TracChangeset
for help on using the changeset viewer.