Skip to content

fix: add optional rollup dep for other os #5

fix: add optional rollup dep for other os

fix: add optional rollup dep for other os #5

Workflow file for this run

name: Integration Testing on Code Change
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test