Skip to content

Feat/expose axios client #91

Feat/expose axios client

Feat/expose axios client #91

Workflow file for this run

name: "Run Tests - Current"
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 14.x ]
steps:
- uses: actions/checkout@v3
- name: Testing
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm run link && npm install && npm run build && npm run test