Skip to content

[pull] master from skulpt:master #34

[pull] master from skulpt:master

[pull] master from skulpt:master #34

Workflow file for this run

name: unit-test
on:
pull_request:
push:
branches: "*"
tags-ignore: "v*"
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: "12.x"
- run: npm ci
- run: npm run build
- run: npm test