From 90b8d564b19e896ff562ba18b98e95f8efe69e1c Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Thu, 3 Dec 2020 14:36:38 +1300 Subject: [PATCH] Ignore mobile mustache file in github action. --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9bf0172..f3dba04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,3 +81,5 @@ jobs: moodle-plugin-ci phpdoc || true moodle-plugin-ci phpunit || true moodle-plugin-ci behat --profile chrome || true + env: + MUSTACHE_IGNORE_NAMES: mobile_teacher_form.mustache \ No newline at end of file