Skip to content

Merge branch 'gh-pages' of https://github.com/LivelyKernel/lively4-co… #1461

Merge branch 'gh-pages' of https://github.com/LivelyKernel/lively4-co…

Merge branch 'gh-pages' of https://github.com/LivelyKernel/lively4-co… #1461

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