We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85a8cc9 commit 4e9d73eCopy full SHA for 4e9d73e
.github/workflows/moodle-plugin-ci.yml
@@ -54,8 +54,7 @@ jobs:
54
echo $(cd ci/bin; pwd) >> $GITHUB_PATH
55
echo $(cd ci/vendor/bin; pwd) >> $GITHUB_PATH
56
sudo locale-gen en_AU.UTF-8
57
- # Install nvm v0.39.7 (temp workaround for issue #309).
58
- curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
+ echo "NVM_DIR=$HOME/.nvm" >> $GITHUB_ENV
59
60
- name: Install moodle-plugin-ci
61
run: moodle-plugin-ci install --plugin ./plugin --db-host=127.0.0.1
0 commit comments