From 5ecdfc63c0f3bcaef663c207ac18f9438656e24f Mon Sep 17 00:00:00 2001 From: Nicolas Martignoni Date: Wed, 7 Aug 2024 15:45:24 +0200 Subject: [PATCH] Update CI workflow --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 632ef33..661b127 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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() }} @@ -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() }}