Skip to content

GEP-127 GEP-20 sync layout/widget state #1217

GEP-127 GEP-20 sync layout/widget state

GEP-127 GEP-20 sync layout/widget state #1217

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 && yarn test