Skip to content

Commit

Permalink
Test nvm on ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
kabalin committed Aug 13, 2024
1 parent 3842ad1 commit 4cafc9d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,18 @@ name: Moodle Plugin CI
on: [push, pull_request, workflow_dispatch]

jobs:
nvmtest:
name: nvm version test
runs-on: ubuntu-latest
steps:
- name: Check if we have nvm here.
run: |
echo $NVM_DIR
nvm --version
selftest:
name: CI test (make validate)
needs: nvmtest
runs-on: ubuntu-22.04

steps:
Expand Down

0 comments on commit 4cafc9d

Please sign in to comment.