Skip to content

run nvm install as part of in-docker #192

run nvm install as part of in-docker

run nvm install as part of in-docker #192

Workflow file for this run

name: CI tests
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run tests
run: ./in-docker.sh 'npm install && npm run build && npm test'