Skip to content

Merge pull request #41 from voltfinance/7509355205/listing-lst-on-vol… #161

Merge pull request #41 from voltfinance/7509355205/listing-lst-on-vol…

Merge pull request #41 from voltfinance/7509355205/listing-lst-on-vol… #161

Workflow file for this run

name: Tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
name: Unit Tests
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: 14
- run: npm install
- run: npm test