Skip to content

Commit

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

jobs:
nvmtest:
name: nvm version test
runs-on: ubuntu-24.04
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:
Expand Down

0 comments on commit d61b49a

Please sign in to comment.