Skip to content

Commit

Permalink
ci: work around moodlecheck bug
Browse files Browse the repository at this point in the history
A dirty hack which applies moodlehq/moodle-local_moodlecheck#148 during CI.
  • Loading branch information
MHajoha committed Nov 19, 2024
1 parent c87a889 commit 4dce8d2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ jobs:
# Define NVM_DIR pointing to nvm installation.
echo "NVM_DIR=$HOME/.nvm" >> $GITHUB_ENV
- name: "Workaround: Apply <https://github.com/moodlehq/moodle-local_moodlecheck/pull/148>"
run: |
curl -L https://github.com/moodlehq/moodle-local_moodlecheck/pull/148.diff | \
git -C ci/vendor/moodlehq/moodle-local_moodlecheck apply -
- name: Add qbehaviour_questionpy
run: |
moodle-plugin-ci add-plugin questionpy-org/moodle-qbehaviour_questionpy --storage extra-plugins
Expand Down

0 comments on commit 4dce8d2

Please sign in to comment.