Skip to content

Commit

Permalink
add subplugins to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TamaroWalter committed Jul 4, 2024
1 parent ebfc411 commit ebfeec2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ebfeec2

Please sign in to comment.