Skip to content

Lissitzky, Nauman, Popova & Warhol #61

Lissitzky, Nauman, Popova & Warhol

Lissitzky, Nauman, Popova & Warhol #61

Workflow file for this run

name: Test
on:
push:
branches:
- main
paths:
- src/**
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
registry-url: https://npm.pkg.github.com/
node-version: 16.x
scope: '@nclslbrn'
- name: npm install, build, and test
run: |
npm install
npm run build --if-present
npm test