remove node_modules after eslint pass
This commit is contained in:
parent
0c42d99a93
commit
37014d78fd
|
@ -24,6 +24,8 @@ jobs:
|
||||||
- name: eslint
|
- name: eslint
|
||||||
run: npx eslint js plugins
|
run: npx eslint js plugins
|
||||||
|
|
||||||
|
- run: rm -rf node_modules
|
||||||
|
|
||||||
- name: phpunit
|
- name: phpunit
|
||||||
run: php81 ./vendor/bin/phpunit
|
run: php81 ./vendor/bin/phpunit
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue