Skip to content

Commit 5ecdfc6

Browse files
committed
Update CI workflow
1 parent e997eb7 commit 5ecdfc6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 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

44
on:
55
push:
@@ -81,7 +81,7 @@ jobs:
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() }}

0 commit comments

Comments
 (0)