Skip to content

added example for plugin explorer #1466

added example for plugin explorer

added example for plugin explorer #1466

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Clone lively4-core repository
uses: actions/checkout@v2
- name: Use Node.js 20
uses: actions/setup-node@v1
with:
node-version: 20
- run: npm install
- run: xvfb-run npm test