Skip to content

Commit fd316b3

Browse files
committed
ci: work around moodlecheck bug
A dirty hack which applies moodlehq/moodle-local_moodlecheck#148 during CI.
1 parent a2d3209 commit fd316b3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/moodle-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ jobs:
6767
# Define NVM_DIR pointing to nvm installation.
6868
echo "NVM_DIR=$HOME/.nvm" >> $GITHUB_ENV
6969
70+
- name: "Workaround: Apply <https://github.com/moodlehq/moodle-local_moodlecheck/pull/148>"
71+
run: |
72+
curl -L https://github.com/moodlehq/moodle-local_moodlecheck/pull/148.diff | \
73+
git -C ci/vendor/moodlehq/moodle-local_moodlecheck apply -
74+
7075
- name: Add qbehaviour_questionpy
7176
run: |
7277
moodle-plugin-ci add-plugin questionpy-org/moodle-qbehaviour_questionpy --storage extra-plugins

0 commit comments

Comments
 (0)