diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 934c05bb..18836ddb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,8 +3,17 @@ name: Moodle Plugin CI on: [push, pull_request, workflow_dispatch] jobs: + nvmtest: + name: nvm version test + runs-on: ubuntu-2404 + steps: + - name: Check if we have nvm here. + run: | + source "$NVM_DIR/nvm.sh" && nvm --version + selftest: name: CI test (make validate) + needs: nvmtest runs-on: ubuntu-22.04 steps: