Skip to content

Commit 5008862

Browse files
committed
Do not test Mustache validity and Grunt execution
This led to too many false errors.
1 parent caf11f8 commit 5008862

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/skel-ci.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -123,21 +123,3 @@ jobs:
123123
PLUGIN_DIR=moodle/mod/skeltest moodle-plugin-ci savepoints
124124
PLUGIN_DIR=moodle/course/format/skeltest moodle-plugin-ci savepoints
125125
PLUGIN_DIR=moodle/lib/editor/tiny/plugins/skeltest moodle-plugin-ci savepoints
126-
127-
- name: Mustache Lint
128-
if: ${{ always() }}
129-
run: |
130-
PLUGIN_DIR=moodle/auth/skeltest moodle-plugin-ci mustache
131-
PLUGIN_DIR=moodle/blocks/skeltest moodle-plugin-ci mustache
132-
PLUGIN_DIR=moodle/mod/skeltest moodle-plugin-ci mustache
133-
PLUGIN_DIR=moodle/course/format/skeltest moodle-plugin-ci mustache
134-
PLUGIN_DIR=moodle/lib/editor/tiny/plugins/skeltest moodle-plugin-ci mustache
135-
136-
- name: Grunt
137-
if: ${{ always() }}
138-
run: |
139-
PLUGIN_DIR=moodle/auth/skeltest moodle-plugin-ci grunt --max-lint-warnings 0
140-
PLUGIN_DIR=moodle/blocks/skeltest moodle-plugin-ci grunt --max-lint-warnings 0
141-
PLUGIN_DIR=moodle/mod/skeltest moodle-plugin-ci mustache
142-
PLUGIN_DIR=moodle/course/format/skeltest moodle-plugin-ci mustache
143-
PLUGIN_DIR=moodle/lib/editor/tiny/plugins/skeltest moodle-plugin-ci mustache

0 commit comments

Comments
 (0)