From 8ebc97bdcdf296b9157bfa56d9b61f1167daff83 Mon Sep 17 00:00:00 2001 From: Alexander Bias Date: Fri, 22 Sep 2023 14:39:52 +0200 Subject: [PATCH] Updated Moodle Plugin CI to latest upstream recommendations --- .github/workflows/moodle-plugin-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/moodle-plugin-ci.yml b/.github/workflows/moodle-plugin-ci.yml index 8183c695dd3..e72b4beb9fb 100644 --- a/.github/workflows/moodle-plugin-ci.yml +++ b/.github/workflows/moodle-plugin-ci.yml @@ -94,8 +94,9 @@ jobs: run: moodle-plugin-ci savepoints - name: Mustache Lint + continue-on-error: true # This step will show errors but will not fail if: ${{ always() }} - run: moodle-plugin-ci mustache || true + run: moodle-plugin-ci mustache - name: Grunt if: ${{ always() }}