Skip to content

Yale-27 fix: Fix bug on mouse coordinates onSelection #1238

Yale-27 fix: Fix bug on mouse coordinates onSelection

Yale-27 fix: Fix bug on mouse coordinates onSelection #1238

Workflow file for this run

name: Geppetto.js Workflow
on:
push:
pull_request:
workflow_dispatch:
jobs:
test:
defaults:
run:
working-directory: geppetto.js
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 15.x, 16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: cd geppetto-core && yarn
- run: yarn
- run: yarn test