Changeset 50441 for trunk/.github/workflows/test-coverage.yml
- Timestamp:
- 02/26/2021 02:07:53 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/test-coverage.yml
r50436 r50441 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. … … 86 84 run: npx install-changed --install-command="npm ci" 87 85 88 - name: Build WordPress89 run: npm run build90 91 86 - name: Docker debug information 92 87 run: |
Note: See TracChangeset
for help on using the changeset viewer.