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

Fix unit test. Try CI grunt on all CI versions.

parent 44814f41
No related branches found
No related tags found
No related merge requests found
...@@ -164,7 +164,7 @@ jobs: ...@@ -164,7 +164,7 @@ jobs:
run: moodle-plugin-ci mustache run: moodle-plugin-ci mustache
- name: Grunt - name: Grunt
if: ${{ matrix.moodle-branch == 'MOODLE_401_STABLE' }} if: ${{ always() }}
run: moodle-plugin-ci grunt run: moodle-plugin-ci grunt
- name: PHPUnit tests - name: PHPUnit tests
......
...@@ -53,6 +53,9 @@ class docslib_test extends qtype_stack_testcase { ...@@ -53,6 +53,9 @@ class docslib_test extends qtype_stack_testcase {
'<li><a href="WWWROOT/question/type/stack/doc.php/Installation/Migration.md">Migration</a></li>' . '<li><a href="WWWROOT/question/type/stack/doc.php/Installation/Migration.md">Migration</a></li>' .
'<li><a href="WWWROOT/question/type/stack/doc.php/Installation/Optimising_Maxima.md">' . '<li><a href="WWWROOT/question/type/stack/doc.php/Installation/Optimising_Maxima.md">' .
'Optimising Maxima</a></li>' . 'Optimising Maxima</a></li>' .
'<li><a href="WWWROOT/question/type/stack/doc.php/Installation/Release_notes_4_4_x.md">' .
'Release notes 4 4 x</a></li>' .
'<li><a href="WWWROOT/question/type/stack/doc.php/Installation/STACK_versions.md">STACK versions</a></li>' .
'<li><a href="WWWROOT/question/type/stack/doc.php/Installation/Testing_installation.md">' . '<li><a href="WWWROOT/question/type/stack/doc.php/Installation/Testing_installation.md">' .
'Testing installation</a></li></ul>'), 'Testing installation</a></li></ul>'),
stack_docs_index($CFG->dirroot . '/question/type/stack/doc/en/Installation', stack_docs_index($CFG->dirroot . '/question/type/stack/doc/en/Installation',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment