File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11name : Moodle Plugin CI
2- # Based on version gha.dist.yml version 4.5.2
2+ # Based on version gha.dist.yml version 4.5.3
33
44on :
55 push :
8181 - name : PHP Mess Detector
8282 continue-on-error : true # This step will show errors but will not fail
8383 if : ${{ !cancelled() }}
84- run : moodle-plugin-ci phpmd || true
84+ run : moodle-plugin-ci phpmd
8585
8686 - name : Moodle Code Checker
8787 if : ${{ !cancelled() }}
@@ -105,8 +105,9 @@ jobs:
105105
106106 # For now, assume this succeeds.
107107 - name : Grunt
108+ continue-on-error : true # This step will show errors but will not fail
108109 if : ${{ !cancelled() }}
109- run : moodle-plugin-ci grunt --max-lint-warnings 0 || true
110+ run : moodle-plugin-ci grunt --max-lint-warnings 0
110111
111112 - name : PHPUnit tests
112113 if : ${{ !cancelled() }}
You can’t perform that action at this time.
0 commit comments