We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2d3209 commit fd316b3Copy full SHA for fd316b3
.github/workflows/moodle-ci.yml
@@ -67,6 +67,11 @@ jobs:
67
# Define NVM_DIR pointing to nvm installation.
68
echo "NVM_DIR=$HOME/.nvm" >> $GITHUB_ENV
69
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
+
75
- name: Add qbehaviour_questionpy
76
run: |
77
moodle-plugin-ci add-plugin questionpy-org/moodle-qbehaviour_questionpy --storage extra-plugins
0 commit comments