diff --git a/.github/workflows/moodle-ci.yml b/.github/workflows/moodle-ci.yml index 4e61abb..911b4e9 100644 --- a/.github/workflows/moodle-ci.yml +++ b/.github/workflows/moodle-ci.yml @@ -62,6 +62,15 @@ jobs: - name: Install local plugin run: moodle-plugin-ci add-plugin learnweb/moodle-local_townsquaresupport + - name: Install townsquareexpansion plugin + run: moodle-plugin-ci add-plugin learnweb/moodle-townsquareexpansion_moodleoverflow + + - name: Install townsquareexpansion plugin + run: moodle-plugin-ci add-plugin learnweb/moodle-townsquareexpansion_ratingallocate + + - name: Install townsquareexpansion plugin + run: moodle-plugin-ci add-plugin learnweb/moodle-townsquareexpansion_zoom + - name: Install moodle-plugin-ci run: | moodle-plugin-ci install --plugin ./plugin --db-host=127.0.0.1 --no-init