Skip to content

Commit

Permalink
Revert CI bug workaround (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
martignoni authored Aug 23, 2024
1 parent 74227ee commit b1c3f9e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Moodle Plugin CI
# Based on version gha.dist.yml version 4.5.3
# Based on version gha.dist.yml version 4.5.4

on:
push:
Expand Down Expand Up @@ -63,9 +63,7 @@ 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 (temp workaround for issue #309).
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
echo "NVM_DIR=$HOME/.nvm" >> $GITHUB_ENV
- name: Install moodle-plugin-ci
run: moodle-plugin-ci install --plugin ./plugin --db-host=127.0.0.1
Expand Down

0 comments on commit b1c3f9e

Please sign in to comment.