Changeset 50446 for trunk/.github/workflows/javascript-tests.yml
- Timestamp:
- 02/26/2021 10:47:33 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.