diff --git a/.github/workflows/moodle-ci.yml b/.github/workflows/moodle-ci.yml index 723a02c..dc95665 100644 --- a/.github/workflows/moodle-ci.yml +++ b/.github/workflows/moodle-ci.yml @@ -63,47 +63,47 @@ jobs: DB: ${{ matrix.database }} MOODLE_BRANCH: ${{ matrix.moodle-branch }} - # - name: PHP Lint - # if: ${{ always() }} - # run: moodle-plugin-ci phplint - - # - name: PHP Copy/Paste Detector - # continue-on-error: true # This step will show errors but will not fail - # if: ${{ always() }} - # run: moodle-plugin-ci phpcpd - - # - name: PHP Mess Detector - # continue-on-error: true # This step will show errors but will not fail - # if: ${{ always() }} - # run: moodle-plugin-ci phpmd - - # - name: Moodle Code Checker - # if: ${{ always() }} - # run: moodle-plugin-ci codechecker --max-warnings 0 - - # - name: Moodle PHPDoc Checker - # if: ${{ always() }} - # run: moodle-plugin-ci phpdoc - - # - name: Validating - # if: ${{ always() }} - # run: moodle-plugin-ci validate - - # - name: Check upgrade savepoints - # if: ${{ always() }} - # run: moodle-plugin-ci savepoints - - # - name: Mustache Lint - # if: ${{ always() }} - # run: moodle-plugin-ci mustache || true - - # - name: Grunt - # if: ${{ always() }} - # run: moodle-plugin-ci grunt --max-lint-warnings 0 - - # - name: PHPUnit tests - # if: ${{ always() }} - # run: moodle-plugin-ci phpunit --fail-on-warning + - name: PHP Lint + if: ${{ always() }} + run: moodle-plugin-ci phplint + + - name: PHP Copy/Paste Detector + continue-on-error: true # This step will show errors but will not fail + if: ${{ always() }} + run: moodle-plugin-ci phpcpd + + - name: PHP Mess Detector + continue-on-error: true # This step will show errors but will not fail + if: ${{ always() }} + run: moodle-plugin-ci phpmd + + - name: Moodle Code Checker + if: ${{ always() }} + run: moodle-plugin-ci codechecker --max-warnings 0 + + - name: Moodle PHPDoc Checker + if: ${{ always() }} + run: moodle-plugin-ci phpdoc + + - name: Validating + if: ${{ always() }} + run: moodle-plugin-ci validate + + - name: Check upgrade savepoints + if: ${{ always() }} + run: moodle-plugin-ci savepoints + + - name: Mustache Lint + if: ${{ always() }} + run: moodle-plugin-ci mustache || true + + - name: Grunt + if: ${{ always() }} + run: moodle-plugin-ci grunt --max-lint-warnings 0 + + - name: PHPUnit tests + if: ${{ always() }} + run: moodle-plugin-ci phpunit --fail-on-warning - name: Behat features if: ${{ always() }}