Skip to content

Commit 14d9e37

Browse files
Bugfix: Fix outdated workflow.
1 parent e3c27aa commit 14d9e37

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/moodle-plugin-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313

1414
# Command to install more dependencies
1515
extra_plugin_runners: |
16-
moodle-plugin-ci add-plugin --branch main Wunderbyte-GmbH/moodle-local_wunderbyte_table
17-
moodle-plugin-ci add-plugin --branch MOODLE_401_DEV Wunderbyte-GmbH/moodle-local_shopping_cart
18-
moodle-plugin-ci add-plugin --branch main Wunderbyte-GmbH/moodle-local_entities
16+
moodle-plugin-ci add-plugin --branch MOODLE_405_DEV Wunderbyte-GmbH/moodle-local_wunderbyte_table
17+
moodle-plugin-ci add-plugin --branch MOODLE_405_DEV Wunderbyte-GmbH/moodle-mod_booking
18+
moodle-plugin-ci add-plugin --branch MOODLE_405_DEV Wunderbyte-GmbH/moodle-local_shopping_cart
19+
moodle-plugin-ci add-plugin --branch MOODLE_405_DEV Wunderbyte-GmbH/moodle-local_entities
1920
moodle-plugin-ci add-plugin --branch main Wunderbyte-GmbH/moodle-customfield_dynamicformat
2021
moodle-plugin-ci add-plugin --branch main Wunderbyte-GmbH/moodle-tool_mocktesttime
2122
moodle-plugin-ci add-plugin --branch master branchup/moodle-filter_shortcodes
22-
moodle-plugin-ci add-plugin --branch MOODLE_401_DEV Wunderbyte-GmbH/moodle-mod_booking
2323
2424
# If you need to ignore specific paths (third-party libraries are ignored by default)
2525
ignore_paths: 'vue3,moodle/tests/fixtures,moodle/Sniffs,moodle/vue3'

0 commit comments

Comments
 (0)