Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
kabalin committed Aug 10, 2024
1 parent 1cbcbab commit f0ab935
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@ jobs:
# PHPUnit depends on en_AU.UTF-8 locale
sudo locale-gen en_AU.UTF-8
# Define NVM_DIR pointing to nvm installation.
mkdir "$HOME/.nvm39"
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | NVM_DIR="$HOME/.nvm39" bash
echo "NVM_DIR=$HOME/.nvm39" >> $GITHUB_ENV
source ~/.nvm39/nvm.sh && nvm --version
#mkdir "$HOME/.nvm39"
#curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | NVM_DIR="$HOME/.nvm39" bash
echo "NVM_DIR=''" >> $GITHUB_ENV
#source ~/.nvm39/nvm.sh && nvm --version
- name: Install moodle-plugin-ci
run: moodle-plugin-ci install -vvv
Expand All @@ -136,6 +136,14 @@ jobs:
MUSTACHE_IGNORE_NAMES: 'broken.mustache'
MOODLE_APP: ${{ matrix.moodle-app }}

- name: tmp
run: |
cd $CI_BUILD_DIR/moodle
nvm --version
nvm install
nvm use
- name: Run Integration tests
env:
MOODLE_BRANCH: ${{ matrix.moodle-branch }}
Expand Down

0 comments on commit f0ab935

Please sign in to comment.