diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 934c05bb..14a8892f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -58,7 +58,7 @@ jobs: citest: name: Integration tests needs: selftest - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest services: postgres: @@ -120,7 +120,9 @@ jobs: echo "CI_BUILD_DIR="$(cd ../moodle-local_ci; pwd) >> $GITHUB_ENV # PHPUnit depends on en_AU.UTF-8 locale sudo locale-gen en_AU.UTF-8 - # Define NVM_DIR pointing to nvm installation. + # Test nvm presence. + nvm --version + echo $NVM_DIR echo "NVM_DIR=$HOME/.nvm" >> $GITHUB_ENV - name: Install moodle-plugin-ci