Skip to content

Commit dd1e3f6

Browse files
committed
AC-206: Optimized eslint test command
1 parent 88d9f59 commit dd1e3f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Install dependencies
4343
run: npm install
4444
- name: Run ESLint
45-
run: npm run eslint -- eslint/rules Magento2 --ignore-pattern 'Magento2/Tests/Eslint/*Test.js'
45+
run: npm run eslint -- eslint/rules
4646
- name: Run JSCS
4747
run: npm run jscs eslint/rules Magento2
4848

0 commit comments

Comments
 (0)