- Timestamp:
- 02/26/2021 10:47:33 PM (4 years ago)
- Location:
- trunk/.github/workflows
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/coding-standards.yml
r50436 r50446 122 122 123 123 - name: Install Dependencies 124 run: np x install-changed --install-command="npm ci"124 run: npm ci 125 125 126 126 - name: Run JSHint -
trunk/.github/workflows/end-to-end-tests.yml
r50436 r50446 85 85 86 86 - name: Install Dependencies 87 run: np x install-changed --install-command="npm ci"87 run: npm ci 88 88 89 89 - name: Build WordPress -
trunk/.github/workflows/javascript-tests.yml
r50436 r50446 72 72 73 73 - name: Install Dependencies 74 run: np x install-changed --install-command="npm ci"74 run: npm ci 75 75 76 76 - name: Run QUnit tests -
trunk/.github/workflows/phpunit-tests.yml
r50444 r50446 134 134 135 135 - name: Install Dependencies 136 run: np x install-changed --install-command="npm ci"136 run: npm ci 137 137 138 138 - name: Get composer cache directory -
trunk/.github/workflows/test-coverage.yml
r50441 r50446 82 82 83 83 - name: Install Dependencies 84 run: np x install-changed --install-command="npm ci"84 run: npm ci 85 85 86 86 - name: Docker debug information -
trunk/.github/workflows/verify-npm-on-windows.yml
r50436 r50446 68 68 69 69 - name: Install Dependencies 70 run: np x install-changed --install-command="npm ci"70 run: npm ci 71 71 72 72 - name: Build WordPress
Note: See TracChangeset
for help on using the changeset viewer.