48m 38s
Feb 28, 2025, 6:33 AM

joomla-cms

[5.x][docu] Minor sudo fix (#45031) The `CYPRESS_CACHE_FOLDER` environment variable must be set within the `sudo` command.

laoneo
laoneo
pushed
2e81829a

Console Logs

1+ npm run lint:js 3s
2 4s
3> joomla@5.2.5 lint:js 4s
4> eslint --config build/.eslintrc --ignore-pattern '/media/' --ext .es6.js,.es6,.vue . 4s
5 4s
6 20s
7/drone/src/administrator/components/com_media/resources/scripts/components/browser/browser.vue 20s
8 67:11 warning Attribute ':localItems' must be hyphenated vue/attribute-hyphenation 20s
9 20s
10/drone/src/administrator/components/com_media/resources/scripts/components/modals/create-folder-modal.vue 20s
11 33:15 warning Unexpected 'v-bind' before ':' vue/v-bind-style 20s
12 20s
13✖ 2 problems (0 errors, 2 warnings) 20s
14 0 errors and 2 warnings potentially fixable with the `--fix` option. 20s
15 20s
16+ npm run lint:testjs 21s
17 21s
18> joomla@5.2.5 lint:testjs 21s
19> eslint --config build/.eslintrc --ext .js,.mjs tests/System 21s
20 21s
Exit Code 0