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 4af709d commit a4211a4Copy full SHA for a4211a4
.github/workflows/moodle-plugin-ci.yml
@@ -49,8 +49,7 @@ jobs:
49
echo $(cd ci/bin; pwd) >> $GITHUB_PATH
50
echo $(cd ci/vendor/bin; pwd) >> $GITHUB_PATH
51
sudo locale-gen en_AU.UTF-8
52
- # Install nvm v0.39.7 (temp workaround for issue #309).
53
- curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
+ echo "NVM_DIR=$HOME/.nvm" >> $GITHUB_ENV
54
55
- name: Install moodle-plugin-ci
56
run: moodle-plugin-ci install --plugin ./plugin --db-host=127.0.0.1
0 commit comments