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

Reinstate all unit and behat tests.

parent cfb7c5b1
No related branches found
No related tags found
No related merge requests found
...@@ -164,6 +164,14 @@ jobs: ...@@ -164,6 +164,14 @@ jobs:
run: moodle-plugin-ci mustache run: moodle-plugin-ci mustache
- name: Grunt - name: Grunt
if: ${{ always() }} if: ${{ matrix.moodle-branch == 'MOODLE_401_STABLE' }}
run: moodle-plugin-ci grunt run: moodle-plugin-ci grunt
- name: PHPUnit tests
if: ${{ always() }}
run: moodle-plugin-ci phpunit
- 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