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 5f14c64 commit 2092a69Copy full SHA for 2092a69
.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