Skip to content

Nickakhmetov/HMP-103 Improve publication cypress tests #1153

Nickakhmetov/HMP-103 Improve publication cypress tests

Nickakhmetov/HMP-103 Improve publication cypress tests #1153

Workflow file for this run

name: ⬡ Node CI
on:
push:
branches: [ main ]
pull_request: {}
jobs:
build:
# Available versions:
# https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'npm'
cache-dependency-path: context/package-lock.json
- run: npm --version
- name: Install node dependencies
run: npm ci --prefix context
- name: Run test script
run: etc/test/test-node.sh