Skip to content
Snippets Groups Projects
Commit 82283baf authored by Chris Sangwin's avatar Chris Sangwin
Browse files

WIP: in CI run grunt on all versions (mostly will fail).

parent 3a2c9f4d
No related branches found
No related tags found
No related merge requests found
...@@ -164,14 +164,6 @@ jobs: ...@@ -164,14 +164,6 @@ jobs:
run: moodle-plugin-ci mustache run: moodle-plugin-ci mustache
- name: Grunt - name: Grunt
if: ${{ matrix.moodle-branch == 'MOODLE_401_STABLE' }}
run: moodle-plugin-ci grunt
- name: PHPUnit tests
if: ${{ always() }} if: ${{ always() }}
run: moodle-plugin-ci phpunit run: moodle-plugin-ci grunt
- name: Behat features
if: ${{ always() }}
run: moodle-plugin-ci behat --profile chrome
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment