Skip to content

Commit

Permalink
Merge pull request #31 from ngandrass/fix/moodle-plugin-ci
Browse files Browse the repository at this point in the history
Fix: moodle-plugin-ci nvm issue on current GitHub action runners
  • Loading branch information
ngandrass authored Aug 12, 2024
2 parents 16f4b23 + 96c1e36 commit 394e56a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/moodle-plugin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,10 @@ jobs:
echo $(cd ci/bin; pwd) >> $GITHUB_PATH
echo $(cd ci/vendor/bin; pwd) >> $GITHUB_PATH
sudo locale-gen en_AU.UTF-8
echo "NVM_DIR=$HOME/.nvm" >> $GITHUB_ENV
# Install nvm v0.39.7 as a temporary workaround for issue:
# https://github.com/moodlehq/moodle-plugin-ci/issues/309
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
- name: Install moodle-plugin-ci
run: moodle-plugin-ci install --plugin ./plugin --db-host=127.0.0.1
Expand Down

0 comments on commit 394e56a

Please sign in to comment.