Skip to content

refactor: clarify all sc-client names #128

refactor: clarify all sc-client names

refactor: clarify all sc-client names #128

Workflow file for this run

name: run-tests
on: [push, pull_request]
jobs:
test:
name: test
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/checkout@v2
- name: setup node ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: install
run: npm install
- name: run test
run: npm run test