We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46fec58 commit c150448Copy full SHA for c150448
.github/workflows/ci.yml
@@ -106,10 +106,9 @@ jobs:
106
if: ${{ always() }}
107
run: moodle-plugin-ci mustache
108
109
- # At this stage, assume this succeeds.
110
- name: Grunt
111
112
- run: moodle-plugin-ci grunt --max-lint-warnings 0 || true
+ run: moodle-plugin-ci grunt --max-lint-warnings 0
113
114
- name: PHPUnit tests
115
0 commit comments