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 74227ee commit 229beabCopy full SHA for 229beab
.github/workflows/ci.yml
@@ -1,5 +1,5 @@
1
name: Moodle Plugin CI
2
-# Based on version gha.dist.yml version 4.5.3
+# Based on version gha.dist.yml version 4.5.4
3
4
on:
5
push:
@@ -63,9 +63,7 @@ jobs:
63
echo $(cd ci/bin; pwd) >> $GITHUB_PATH
64
echo $(cd ci/vendor/bin; pwd) >> $GITHUB_PATH
65
sudo locale-gen en_AU.UTF-8
66
- # echo "NVM_DIR=$HOME/.nvm" >> $GITHUB_ENV
67
- # Install nvm v0.39.7 (temp workaround for issue #309).
68
- curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
+ echo "NVM_DIR=$HOME/.nvm" >> $GITHUB_ENV
69
70
- name: Install moodle-plugin-ci
71
run: moodle-plugin-ci install --plugin ./plugin --db-host=127.0.0.1
0 commit comments