Skip to content

Commit c150448

Browse files
committed
Remove free pass on grunt task
1 parent 46fec58 commit c150448

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,9 @@ jobs:
106106
if: ${{ always() }}
107107
run: moodle-plugin-ci mustache
108108

109-
# At this stage, assume this succeeds.
110109
- name: Grunt
111110
if: ${{ always() }}
112-
run: moodle-plugin-ci grunt --max-lint-warnings 0 || true
111+
run: moodle-plugin-ci grunt --max-lint-warnings 0
113112

114113
- name: PHPUnit tests
115114
if: ${{ always() }}

0 commit comments

Comments
 (0)