Skip to content

Updated Editor mesh rendering #7

Updated Editor mesh rendering

Updated Editor mesh rendering #7

Workflow file for this run

name: Tests-Core
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
working-directory: ./Core
run: npm ci
- name: Run tests
working-directory: ./Core
run: npm test