Changeset 59725 for trunk/.github/workflows/javascript-tests.yml
- Timestamp:
- 01/28/2025 11:47:49 PM (17 months ago)
- File:
-
- 1 edited
-
trunk/.github/workflows/javascript-tests.yml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/javascript-tests.yml
r59720 r59725 20 20 # Any change to a JavaScript file should run tests. 21 21 - '**.js' 22 # These files configure npm . Changes could affect the outcome.22 # These files configure npm and the task runner. Changes could affect the outcome. 23 23 - 'package*.json' 24 - 'Gruntfile.js' 25 - 'webpack.config.js' 26 - 'tools/webpack/**' 24 27 # This file configures ESLint. Changes could affect the outcome. 25 28 - '.eslintignore'
Note: See TracChangeset
for help on using the changeset viewer.