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.
2 parents 5f14c64 + 2092a69 commit 0916c2fCopy full SHA for 0916c2f
.github/workflows/moodle-ci.yml
@@ -53,6 +53,7 @@ jobs:
53
54
- name: Initialise moodle-plugin-ci
55
run: |
56
+ chmod u+rw ./plugin -R
57
composer create-project -n --no-dev --prefer-dist moodlehq/moodle-plugin-ci ci ^4
58
echo $(cd ci/bin; pwd) >> $GITHUB_PATH
59
echo $(cd ci/vendor/bin; pwd) >> $GITHUB_PATH
0 commit comments