mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
ci: Remove path limitation of js60 check
The check is supposed to run for all merge requests that touch javascript files, but for some reason I see it's skipped quite often. Better have the test run unnecessarily some times than let bugs through, so remove the limitation. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/647
This commit is contained in:
parent
1b7ff76092
commit
9d65c8b2ec
1 changed files with 0 additions and 3 deletions
|
|
@ -30,9 +30,6 @@ js_check:
|
|||
- find js -name '*.js' -exec js60 -c -s '{}' ';' 2>&1 | tee $JS_LOG
|
||||
- (! grep -q . $JS_LOG)
|
||||
<<: *only_default
|
||||
only:
|
||||
changes:
|
||||
- js/**/*
|
||||
artifacts:
|
||||
paths:
|
||||
- ${JS_LOG}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue