Skip to content

Inline build for ParaView scene export #60

Inline build for ParaView scene export

Inline build for ParaView scene export #60

Workflow file for this run

name: Build and Verify
on: [pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04]
node: [12, 14, 16]
name: ${{ matrix.os }} and node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- run: npm ci
- name: Validate
run: npm run validate
- name: Build
run: npm run build:release