Browse Source

Ignore mobile mustache file in github action.

MOODLE_38_STABLE
Dan Marsden 4 years ago
parent
commit
90b8d564b1
  1. 2
      .github/workflows/ci.yml

2
.github/workflows/ci.yml

@ -81,3 +81,5 @@ jobs:
moodle-plugin-ci phpdoc || true moodle-plugin-ci phpdoc || true
moodle-plugin-ci phpunit || true moodle-plugin-ci phpunit || true
moodle-plugin-ci behat --profile chrome || true moodle-plugin-ci behat --profile chrome || true
env:
MUSTACHE_IGNORE_NAMES: mobile_teacher_form.mustache
Loading…
Cancel
Save