Changeset 49369 for trunk/.github/workflows/javascript-tests.yml
- Timestamp:
- 10/29/2020 01:20:42 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/javascript-tests.yml
r49244 r49369 18 18 # - Sets up caching for NPM. 19 19 # - Logs updated debug information. 20 # _ Installs NPM dependencies .20 # _ Installs NPM dependencies using install-changed to hash the `package.json` file. 21 21 # - Run the WordPress QUnit tests. 22 22 # - todo: Configure Slack notifications for failing tests. … … 63 63 64 64 - name: Install Dependencies 65 run: np m ci65 run: npx install-changed --install-command="npm ci" 66 66 67 67 - name: Run QUnit tests
Note: See TracChangeset
for help on using the changeset viewer.