Skip to content

Commit

Permalink
Update CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
martignoni committed Aug 7, 2024
1 parent e997eb7 commit 5ecdfc6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Moodle Plugin CI
# Based on version gha.dist.yml version 4.5.2
# Based on version gha.dist.yml version 4.5.3

on:
push:
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
- name: PHP Mess Detector
continue-on-error: true # This step will show errors but will not fail
if: ${{ !cancelled() }}
run: moodle-plugin-ci phpmd || true
run: moodle-plugin-ci phpmd

- name: Moodle Code Checker
if: ${{ !cancelled() }}
Expand All @@ -105,8 +105,9 @@ jobs:

# For now, assume this succeeds.
- name: Grunt
continue-on-error: true # This step will show errors but will not fail
if: ${{ !cancelled() }}
run: moodle-plugin-ci grunt --max-lint-warnings 0 || true
run: moodle-plugin-ci grunt --max-lint-warnings 0

- name: PHPUnit tests
if: ${{ !cancelled() }}
Expand Down

0 comments on commit 5ecdfc6

Please sign in to comment.