Changeset 51355 for trunk/.github/workflows/javascript-tests.yml
- Timestamp:
- 07/06/2021 06:36:46 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/javascript-tests.yml
r51341 r51355 50 50 # _ Installs NPM dependencies using install-changed to hash the `package.json` file. 51 51 # - Run the WordPress QUnit tests. 52 # - Ensures version-controlled files are not modified or deleted. 52 53 # - todo: Configure Slack notifications for failing tests. 53 54 test-js: … … 83 84 - name: Run QUnit tests 84 85 run: npm run grunt qunit:compiled 86 87 - name: Ensure version-controlled files are not modified or deleted 88 run: git diff --exit-code
Note: See TracChangeset
for help on using the changeset viewer.