diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75a7a00..0f649c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,4 +5,10 @@ on: [push, pull_request] jobs: ci: - uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main \ No newline at end of file + uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main + +steps: + - name: PHP Copy/Paste Detector + continue-on-error: true # This step will show errors but will not fail + if: ${{ !cancelled() }} + run: moodle-plugin-ci phpcpd